Skip to content

Commit

Permalink
Fix execa error
Browse files Browse the repository at this point in the history
fixes #231

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jul 15, 2022
1 parent e851583 commit 77289b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 38 deletions.
46 changes: 10 additions & 36 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 @@ -39,7 +39,8 @@
"static-server": "^2.2.1",
"tar": "^6.1.11",
"wav-decoder": "^1.3.0",
"yaml": "^1.10.2"
"yaml": "^1.10.2",
"execa": "^5.1.1"
},
"devDependencies": {
"vue": "^2.6.12",
Expand All @@ -54,7 +55,6 @@
"@nextcloud/webpack-vue-config": "^5.1.0",
"@vue/test-utils": "^1.1.3",
"async-parallel": "^1.2.3",
"execa": "^5.1.1",
"fast-glob": "^3.2.11",
"flickr-sdk": "^3.10.0",
"google-img-scrap": "^1.0.6"
Expand Down

0 comments on commit 77289b6

Please sign in to comment.