Skip to content

Commit

Permalink
patch some issues with agoric-upgrade-11 as published
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman authored and turadg committed Sep 25, 2023
1 parent cf3f603 commit 3c98655
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 7 deletions.
4 changes: 3 additions & 1 deletion agoric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-prettier": "^5.0.0",
"import-meta-resolve": "^1.1.1",
"patch-package": "^8.0.0",
"prettier": "^2.2.1"
},
"dependencies": {
Expand All @@ -38,7 +39,8 @@
"build": "yarn workspaces run build",
"start": "agoric start -v",
"open:wallet": "agoric open --repl",
"deploy:contract": "agoric deploy contract/nft-maker-contract-deploy.js api/nft-maker-deploy-api.js"
"deploy:contract": "agoric deploy contract/nft-maker-contract-deploy.js api/nft-maker-deploy-api.js",
"postinstall": "patch-package"
},
"prettier": {
"trailingComma": "all",
Expand Down
Loading

0 comments on commit 3c98655

Please sign in to comment.