Skip to content

Commit

Permalink
chore: rimraf -> del (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored Nov 9, 2019
1 parent 0987602 commit 5e4ddf3
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 @@ -26,6 +26,7 @@
"@fisker/prettier-config": "1.0.21",
"ava": "2.4.0",
"cz-conventional-changelog": "3.0.2",
"del-cli": "3.0.0",
"eslint": "6.6.0",
"eslint-config-fisker": "4.5.0",
"esm": "3.2.25",
Expand All @@ -35,7 +36,6 @@
"npm-run-all": "4.1.5",
"nyc": "14.1.1",
"prettier": "1.19.0",
"rimraf": "3.0.0",
"rollup": "1.26.3",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
Expand All @@ -56,7 +56,7 @@
"scripts": {
"build": "run-p build:*",
"build:js": "rollup --config",
"clean": "rimraf dist",
"clean": "del-cli dist",
"dist": "run-p dist:*",
"dist:npm": "np --yolo --no-yarn",
"format": "run-p format:*",
Expand Down

0 comments on commit 5e4ddf3

Please sign in to comment.