Skip to content

Commit

Permalink
fix: rimraf is a full dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jan 8, 2019
1 parent 5b4cdc9 commit 962ad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ionic/utils-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"dependencies": {
"debug": "^4.0.0",
"ncp": "^2.0.0",
"rimraf": "^2.6.2",
"through2": "^3.0.0",
"tslib": "^1.9.0"
},
Expand All @@ -50,7 +51,6 @@
"jest": "^23.0.1",
"jest-cli": "^23.0.1",
"lint-staged": "^8.0.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.1",
"tslint": "^5.9.1",
"typescript": "~3.2.1"
Expand Down

0 comments on commit 962ad94

Please sign in to comment.