Skip to content

Commit

Permalink
fixed: project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed May 24, 2024
1 parent 37e50c8 commit cd569f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"recursive-copy": "^2.0.14",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"through2": "^4.0.2"
"through2": "^4.0.2",
"@npmcli/promise-spawn": "^7.0.2"
},
"bin": {
"create-riot": "index.js"
Expand All @@ -26,7 +27,6 @@
"index.js"
],
"devDependencies": {
"@npmcli/promise-spawn": "^7.0.2",
"@riotjs/prettier-config": "^1.1.0",
"c8": "^9.1.0",
"chai": "^5.1.1",
Expand Down

0 comments on commit cd569f0

Please sign in to comment.