Skip to content

Commit

Permalink
feat: moved rimraf to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Mar 7, 2019
1 parent 29cfa13 commit ac5bc44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/serialize-error": "^2.1.0",
"@types/winston": "^2.4.4",
"clean-deep": "^3.0.2",
"rimraf": "^2.6.3",
"serialize-error": "^3.0.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.8.0",
Expand All @@ -86,6 +85,7 @@
"jest": "^23.6.0",
"pre-commit": "^1.2.2",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.3",
"shx": "^0.3.2",
"travis-deploy-once": "^5.0.11",
Expand Down

0 comments on commit ac5bc44

Please sign in to comment.