Skip to content

Commit 27dce2d

Browse files
committedJul 21, 2015
add test in package.json
1 parent 7d85c12 commit 27dce2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/index.js",
66
"bin": "bin/index.js",
77
"scripts": {
8-
"start": "node bin/index.js"
8+
"start": "node bin/index.js",
9+
"test": "mocha tests"
910
},
1011
"author": "Maxence Dalmais <github@maxired.fr>",
1112
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.