Skip to content

Commit

Permalink
⬆️ 1.0.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 25, 2016
1 parent ceeaa40 commit 5d941f6
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validate5",
"version": "1.0.0",
"version": "1.0.1",
"description": "Form validations made easy.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +25,19 @@
},
"homepage": "https://github.com/IonicaBizau/validate5#readme",
"blah": {
"ex_img": "http://i.imgur.com/tLbLEeJ.png",
"ex_url": "http://ionicabizau.github.io/validate5/example"
}
}
"ex_img": "http://i.imgur.com/tLbLEeJ.png",
"ex_url": "http://ionicabizau.github.io/validate5/example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
]
}

0 comments on commit 5d941f6

Please sign in to comment.