Skip to content

Commit

Permalink
fix: correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 10, 2020
1 parent ff408c1 commit 2a0838a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cli-plugin-scaffold-node-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"dependencies": {
"execa": "^4.0.3",
"find-up": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"ncp": "^2.0.0"
},
"devDependencies": {
"@shelf/jest-mongodb": "^1.1.5"
"replace-in-path": "^1.0.2",
"case": "^1.6.3",
"ncp": "^2.0.0",
"load-json-file": "^6.2.0",
"write-json-file": "^4.3.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 2a0838a

Please sign in to comment.