Skip to content

Commit 59f62d5

Browse files
Corrected bin config
1 parent ada8115 commit 59f62d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "valimate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Automated HTML validation for Node.js applications",
55
"repository": "https://github.com/jamesseanwright/valimate",
66
"main": "index.js",
7+
"bin": "./code",
78
"scripts": {
89
"test": "mocha && node code"
910
},
@@ -20,6 +21,6 @@
2021
"chai": "3.4.1",
2122
"mocha": "2.3.4",
2223
"sinon": "1.17.2",
23-
"valimate-notifier": "1.0.1"
24+
"valimate-notifier": "1.0.2"
2425
}
2526
}

0 commit comments

Comments
 (0)