Skip to content

Commit

Permalink
build: make contracts and sdk modules
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Dec 18, 2023
1 parent c3c52de commit bc28a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"name": "aragon",
"url": "https://github.com/aragon"
},
"type": "module",
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
Expand All @@ -26,7 +27,6 @@
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"hardhat": "^2.13.1",
"hardhat-deploy": "^0.11.26",
"hardhat-gas-reporter": "^1.0.9",
Expand All @@ -41,6 +41,7 @@
"typescript": "5.0.4"
},
"dependencies": {
"ethers": "^5.7.2",
"@aragon/osx-ethers": "1.3.0",
"@openzeppelin/contracts": "4.9.5",
"@openzeppelin/contracts-upgradeable": "4.9.5",
Expand Down
1 change: 1 addition & 0 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"module": "dist/osx-commons-sdk.esm.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit bc28a53

Please sign in to comment.