Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4970e6b

Browse files
committedDec 23, 2015
swap rimraf for del-cli
1 parent 07f27e4 commit 4970e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"node": ">=0.10.0"
3838
},
3939
"scripts": {
40-
"pretest": "rimraf ./node_modules/.cache",
40+
"pretest": "de ./node_modules/.cache",
4141
"test": "xo && nyc --reporter=lcov ./node_modules/.bin/tap --no-cov --timeout=150 test/*.js",
4242
"test-win": "npm run pretest && tap --no-cov --timeout=150 test/*.js"
4343
},
@@ -124,10 +124,10 @@
124124
},
125125
"devDependencies": {
126126
"coveralls": "^2.11.4",
127+
"del-cli": "^0.1.2",
127128
"hook-std": "^0.1.0",
128129
"nyc": "^5.0.1",
129130
"promise-delegates": "^0.1.0",
130-
"rimraf": "^2.4.5",
131131
"signal-exit": "^2.1.2",
132132
"sinon": "^1.17.2",
133133
"source-map-fixtures": "^0.3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.