Skip to content

Commit

Permalink
chore: move dependencies to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fermentfan committed Sep 8, 2023
1 parent 527dbb3 commit b92e8f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spherity/ethr-revocation-registry",
"version": "1.1.0",
"version": "1.1.1",
"description": "The Ethereum Revocation List types for smart contract interaction.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -56,12 +56,12 @@
"homepage": "https://github.com/spherity/Ethereum-Revocation-Registry#readme",
"license": "GPL-3.0-only",
"dependencies": {
"@typechain/ethers-v6": "^0.5.0",
"@typechain/truffle-v5": "^8.0.6",
"dotenv": "^16.0.2",
"ethers": "^6.7.1"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.0",
"@typechain/truffle-v5": "^8.0.6",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@openzeppelin/truffle-upgrades": "^1.20.1",
Expand Down

0 comments on commit b92e8f4

Please sign in to comment.