Skip to content

Commit

Permalink
swap rimraf for del-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 23, 2015
1 parent c6587ef commit 9c7072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=0.10.0"
},
"scripts": {
"pretest": "rimraf ./node_modules/.cache",
"pretest": "de ./node_modules/.cache",
"test": "xo && nyc --reporter=lcov ./node_modules/.bin/tap --no-cov --timeout=150 test/*.js",
"test-win": "npm run pretest && tap --no-cov --timeout=150 test/*.js"
},
Expand Down Expand Up @@ -124,10 +124,10 @@
},
"devDependencies": {
"coveralls": "^2.11.4",
"del-cli": "^0.1.2",
"hook-std": "^0.1.0",
"nyc": "^5.0.1",
"promise-delegates": "^0.1.0",
"rimraf": "^2.4.5",
"signal-exit": "^2.1.2",
"sinon": "^1.17.2",
"source-map-fixtures": "^0.3.0",
Expand Down

0 comments on commit 9c7072e

Please sign in to comment.