@openzeppelin/contracts as dev dependency
This commit is contained in:
parent
c375dbf1b7
commit
6be122e779
|
@ -260,7 +260,8 @@
|
|||
"@openzeppelin/contracts": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.3.0.tgz",
|
||||
"integrity": "sha512-AemZEsQYtUp1WRkcmZm1div5ORfTpLquLaziCIrSagjxyKdmObxuaY1yjQ5SHFMctR8rLwp706NXTbiIRJg7pw=="
|
||||
"integrity": "sha512-AemZEsQYtUp1WRkcmZm1div5ORfTpLquLaziCIrSagjxyKdmObxuaY1yjQ5SHFMctR8rLwp706NXTbiIRJg7pw==",
|
||||
"dev": true
|
||||
},
|
||||
"@openzeppelin/test-helpers": {
|
||||
"version": "0.5.10",
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@openzeppelin/contracts": "^3.3.0",
|
||||
"lite-server": "^2.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openzeppelin/contracts": "^3.3.0",
|
||||
"@openzeppelin/test-helpers": "^0.5.10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue