Skip to content

Commit 76e9175

Browse files
committed
add /bin folder to package.json
1 parent d597378 commit 76e9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies" : {"eyes": ">=0.1.6"},
99
"main" : "./lib/vows",
1010
"bin" : { "vows": "./bin/vows" },
11-
"directories" : { "test": "./test" },
11+
"directories" : { "test": "./test", "bin": "./bin" },
1212
"version" : "0.5.8",
1313
"engines" : {"node": ">=0.2.6"}
1414
}

0 commit comments

Comments
 (0)