package.json: add solium

This commit is contained in:
Maximilian Krüger 2017-12-14 18:33:16 +01:00
parent baaf98a512
commit f1e3dc05ea
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"coveralls": "^3.0.0",
"ganache-cli": "^6.0.3",
"solidity-coverage": "^0.4.2",
"solium": "^1.0.11",
"truffle": "^4.0.1"
},
"dependencies": {},
@ -23,6 +24,7 @@
"ci": "concurrently \"yarn run truffle-with-rpc\" \"yarn run solidity-coverage\"",
"ganache": "ganache-cli -p 8545",
"solidity-coverage": "solidity-coverage",
"solium": "solium --dir contracts/",
"test": "yarn run truffle-with-rpc",
"truffle": "truffle test",
"truffle-with-rpc": "concurrently --success first --kill-others \"yarn run ganache\" \"yarn run truffle\""