@openzeppelin/contracts as dev dependency

This commit is contained in:
Oskar Thoren 2021-01-19 12:35:55 +08:00
parent c375dbf1b7
commit 6be122e779
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
2 changed files with 3 additions and 2 deletions

3
package-lock.json generated
View File

@ -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",

View File

@ -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"
}
}