update package.json

This commit is contained in:
eleith 2012-05-27 17:42:26 -07:00
parent 836fed1062
commit bf7a086892
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "schemajs",
"description": "validate objects (including http request params) against a schema. includes express middleware",
"version": "0.1.6",
"version": "0.1.7",
"author": "eleith",
"contributors": ["andychilton"],
"repository":
@ -11,6 +11,7 @@
},
"devDependencies": {
"mocha": ">= 1.0.3"
"chai": ">= 1.0.3"
},
"dependencies":
{