Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 282d57c

Browse files
authored
move mocha to a devDependency (#3)
1 parent b391668 commit 282d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"author": "Max Brunsfeld",
1616
"license": "MIT",
1717
"dependencies": {
18-
"mocha": "^3.5.0",
1918
"nan": "^2.10.0"
2019
},
2120
"devDependencies": {
21+
"mocha": "^3.5.0",
2222
"standard": "^10.0.3",
2323
"temp": "^0.8.3"
2424
},

0 commit comments

Comments
 (0)