@giveth/commons-abc-contracts
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@giveth/commons-abc-contracts", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"devDependencies": { | ||
@@ -21,6 +21,6 @@ "chai": "^4.2.0", | ||
"start": "concurrently 'npm:ganache' 'npm:deploy'", | ||
"ganache": "mkdir -p .chain && ./node_modules/.bin/ganache-cli -p 8545 -d -i 5777 --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'", | ||
"deploy": "wait-on tcp:8545 && ./node_modules/.bin/truffle migrate --compile-all --reset --network development", | ||
"compile": "./node_modules/.bin/truffle compile", | ||
"test": "wait-on tcp:8545 && ./node_modules/.bin/truffle test", | ||
"ganache": "mkdir -p .chain && ganache-cli -p 8545 -d -i 5777 --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'", | ||
"deploy": "wait-on tcp:8545 && truffle migrate --compile-all --reset --network development", | ||
"compile": "truffle compile", | ||
"test": "wait-on tcp:8545 && truffle test", | ||
"lint": "solhint --max-warnings 0 \"contracts/**/*.sol\"", | ||
@@ -27,0 +27,0 @@ "ci": "concurrently 'npm:ganache' 'npm:test'" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
347641