From c2f4d599d5756ba02bf7f7ddc9863c3f40c0baa1 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Fri, 29 May 2015 23:54:01 +0100 Subject: [PATCH] fixed package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f5af09c..16f3d46 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "ajv", - "version": "0.0.4", + "version": "0.0.5", "description": "Another JSON schema Validator", - "main": "lib/jv.js", + "main": "lib/ajv.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter=spec spec/*.spec.js" }, "repository": { "type": "git", - "url": "https://github.com/epoberezkin/jv.git" + "url": "https://github.com/epoberezkin/ajv.git" }, "keywords": [ "JSON", @@ -18,9 +18,9 @@ "author": "Evgeny Poberezkin", "license": "MIT", "bugs": { - "url": "https://github.com/epoberezkin/jv/issues" + "url": "https://github.com/epoberezkin/ajv/issues" }, - "homepage": "https://github.com/epoberezkin/jv", + "homepage": "https://github.com/epoberezkin/ajv", "dependencies": { "dot": "^1.0.3", "json-stable-stringify": "^1.0.0"