Removed truffle-box config

This commit is contained in:
Ravindra Kumar 2019-03-11 18:01:15 +05:30
parent 1994d5ce31
commit 24267ca5c2

View File

@ -1,18 +0,0 @@
{
"ignore": [
"README.md",
"package-lock.json"
],
"commands": {
"Compile contracts": "truffle compile",
"Migrate contracts": "truffle migrate",
"Test contracts": "truffle test",
"Run eslint": "npm run lint",
"Run solium": "npm run solium",
"Run solidity-coverage": "npm run coverage",
"Run lint, solium, and truffle test": "npm run test"
},
"hooks": {
"post-unpack": "npm install"
}
}