Skip to content

Commit 65bbc36

Browse files
author
Ethan Cohen
committed
Add rimraf to dev-dependencies to pass build.
1 parent d365af6 commit 65bbc36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"coveralls": "^2.11.8",
3333
"eslint": "^2.2.0",
3434
"istanbul": "^1.0.0-alpha.2",
35-
"mocha": "^2.4.5"
35+
"mocha": "^2.4.5",
36+
"rimraf": "^2.5.2"
3637
},
3738
"engines": {
3839
"node": ">=0.10.0"

0 commit comments

Comments
 (0)