Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spicysquid168 committed May 3, 2023
1 parent 7dad3fe commit da6d10b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@alpaca-finance/alpaca-money-market",
"version": "0.0.1",
"version": "0.0.3",
"main": "index.js",
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn compile",
"compile": "hardhat compile && yarn build",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build": "yarn run build:cjs",
Expand Down Expand Up @@ -59,21 +60,26 @@
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@openzeppelin/hardhat-upgrades": "^1.16.1",
"@openzeppelin/contracts": "^4.7.1",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@openzeppelin/hardhat-upgrades": "^1.16.1",
"@typechain/ethers-v5": "^10.2.0",
"commander": "^9.2.0",
"dotenv": "^16.0.0",
"ethers": "^5.6.1",
"hardhat": "^2.9.1",
"prettier": "^2.6.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"commander": "^9.2.0"
"prettier-plugin-solidity": "^1.0.0-beta.19"
},
"files": [
"typechain",
"artifacts"
],
"devDependencies": {
"@typechain/hardhat": "^5.0.0",
"@types/mocha": "^9.1.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"typechain": "^8.0.0"
"typechain": "^8.0.0",
"typescript": "^4.6.2"
}
}

0 comments on commit da6d10b

Please sign in to comment.