@keep-network/sortition-pools
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@keep-network/sortition-pools", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -17,3 +17,5 @@ "main": "truffle-config.js", | ||
"scripts": { | ||
"ganache": "ganache-cli -q", | ||
"ganache": "echo 'GANACHE IS NO LONGER USED; use buidler-vm script instead'", | ||
"buidler-vm": "buidler node", | ||
"buidler-vm:log": "buidler node | grep '^ \\|console.log'", | ||
"test": "NODE_ENV=test truffle test", | ||
@@ -44,15 +46,15 @@ "lint": "npm run lint:js && npm run lint:sol", | ||
"devDependencies": { | ||
"@nomiclabs/buidler": "^1.4.5", | ||
"@openzeppelin/test-helpers": "^0.5.4", | ||
"eslint": "^6.8.0", | ||
"eslint-config-keep": "github:keep-network/eslint-config-keep#0.3.0", | ||
"eth-gas-reporter": "^0.1.12", | ||
"ethlint": "^1.2.5", | ||
"eth-gas-reporter": "^0.1.12", | ||
"ganache-cli": "^6.4.3", | ||
"prettier": "^2.0.2", | ||
"prettier-plugin-solidity": "^1.0.0-alpha.47", | ||
"solc": "0.5.17", | ||
"solium": "^1.2.5", | ||
"solium-config-keep": "github:keep-network/solium-config-keep#0.1.2", | ||
"truffle": "^5.1.0", | ||
"prettier": "^2.0.2", | ||
"prettier-plugin-solidity": "^1.0.0-alpha.47" | ||
"truffle": "^5.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
97446