Skip to content

Commit 0514f28

Browse files
committed
Remove OpenZeppelin contracts dependency from package.json and package-lock.json
1 parent cfa257f commit 0514f28

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

packages/smart-contract/package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/smart-contract/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"check-lint": "solhint 'contracts/**/*.sol' && eslint .",
1313
"lint": "solhint 'contracts/**/*.sol' --fix && eslint . --fix"
1414
},
15-
"dependencies": {
16-
"@openzeppelin/contracts": "^4.8.2"
17-
},
1815
"devDependencies": {
1916
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
2017
"@typescript-eslint/eslint-plugin": "^8.30.1",

0 commit comments

Comments
 (0)