diff --git a/package-lock.json b/package-lock.json index 5ff42487..4b040160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dkg-evm-module", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dkg-evm-module", - "version": "4.0.6", + "version": "4.0.7", "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^4.7.3", diff --git a/package.json b/package.json index 165980d0..9e28394e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dkg-evm-module", - "version": "4.0.6", + "version": "4.0.7", "description": "Smart contracts for OriginTrail V6", "main": "index.ts", "files": [ @@ -92,7 +92,7 @@ "format": "prettier --check '**/*.{json,js,ts,sol}'", "generate-evm-account": "hardhat run scripts/generate_evm_account.ts --network localhost", "generate-otp-account": "hardhat run scripts/generate_otp_account.ts --network localhost", - "install": "husky install && hardhat typechain", + "prepare": "husky install && hardhat typechain", "lint:fix": "npm run lint:sol:fix && npm run lint:ts:fix", "lint:sol:fix": "solhint 'contracts/**/*.sol' --fix", "lint:sol": "solhint 'contracts/**/*.sol'",