Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Aug 25, 2022
1 parent ec763a3 commit d9ef88f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "scripts/tenderly-deploy.js",
"type": "module",
"scripts": {
"js:proposal": "node --experimental-json-modules js-scripts/proposals.js",
"js:proposal": "node --experimental-json-modules scripts/proposal-execution.js"
},
"repository": {
"type": "git",
Expand All @@ -19,6 +19,7 @@
"homepage": "https://github.com/bgd-labs/misc-scripts#readme",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"ethers": "^5.6.9"
}
}

0 comments on commit d9ef88f

Please sign in to comment.