Skip to content

Commit

Permalink
hotfix(validator): Fixed Model Validator issue and version bump to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed Jun 25, 2014
1 parent 8de49ff commit 2597c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "node-seed",
"description": "Cleverstack Node-Seed",
"version": "1.0.6",
"version": "1.0.7",
"main": "app.js",
"author": {
"name": "CleverStack",
Expand Down Expand Up @@ -41,7 +41,8 @@
"matchdep": "~0.3.0",
"nconf": "~0.6.9",
"uberclass": "~1.0.1",
"underscore": "~1.6.0"
"underscore": "~1.6.0",
"validator": "~3.16.0"
},
"devDependencies": {
"chai": "~1.9.1",
Expand Down

0 comments on commit 2597c47

Please sign in to comment.