We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d85c12 commit 27dce2dCopy full SHA for 27dce2d
package.json
@@ -5,7 +5,8 @@
5
"main": "lib/index.js",
6
"bin": "bin/index.js",
7
"scripts": {
8
- "start": "node bin/index.js"
+ "start": "node bin/index.js",
9
+ "test": "mocha tests"
10
},
11
"author": "Maxence Dalmais <github@maxired.fr>",
12
"license": "MIT",
0 commit comments