Skip to content

Commit

Permalink
cli: fix dependencies duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Sep 14, 2020
1 parent 4ab48c9 commit 46a1fbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"json-parse-better-errors": "^1.0.2",
"load-json-file": "3.0.0",
"ms": "^2.1.1",
"node-fetch": "^2.3.0",
"node-fetch": "^2.6.1",
"ora": "^4.0.4",
"progress": "^2.0.3",
"prompts": "^2.3.0",
Expand All @@ -37,7 +37,6 @@
},
"dependencies": {
"fs-extra": "^9.0.0",
"node-fetch": "^2.6.1",
"simple-git": "^2.2.0",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.6",
Expand Down

0 comments on commit 46a1fbb

Please sign in to comment.