Skip to content

Commit 02719c7

Browse files
committed
package: npm test
1 parent 603524c commit 02719c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"Davide Liessi <[email protected]>"
1010
],
1111
"devDependencies": {
12-
"fs-temp": "^0.1.0"
12+
"fs-temp": "^0.1.0",
13+
"mocha": "^2.0.1"
14+
},
15+
"scripts": {
16+
"test": "mocha"
1317
},
1418
"repository": {
1519
"type": "git",

0 commit comments

Comments
 (0)