Skip to content

Commit

Permalink
Add missing node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raphiz committed Dec 13, 2023
1 parent 941168b commit 0d70a0d
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
100 changes: 100 additions & 0 deletions clients/js/playwright/package-lock.json

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

3 changes: 3 additions & 0 deletions clients/js/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"node-fetch": "^3.3.2"
}
}

0 comments on commit 0d70a0d

Please sign in to comment.