There was an error while loading. Please reload this page.
1 parent ada8115 commit 59f62d5Copy full SHA for 59f62d5
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "valimate",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Automated HTML validation for Node.js applications",
5
"repository": "https://github.com/jamesseanwright/valimate",
6
"main": "index.js",
7
+ "bin": "./code",
8
"scripts": {
9
"test": "mocha && node code"
10
},
@@ -20,6 +21,6 @@
20
21
"chai": "3.4.1",
22
"mocha": "2.3.4",
23
"sinon": "1.17.2",
- "valimate-notifier": "1.0.1"
24
+ "valimate-notifier": "1.0.2"
25
}
26
0 commit comments