adds solidity-coverage

This commit is contained in:
James Childs-Maidment 2017-12-21 12:30:41 +11:00
parent a0728da632
commit 12341008b8
No known key found for this signature in database
GPG Key ID: E610A597D1099BAD
2 changed files with 26 additions and 0 deletions

6
.gitignore vendored
View File

@ -23,4 +23,10 @@ ENV/
# Coverage tests
.coverage
.cache/
coverage/
coverageEnv/
coverage.json
# node
node_modules/
npm-debug.log

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "status-contracts",
"version": "1.0.0",
"scripts": {
"solidity-coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": {
"solidity-coverage": "^0.4.4"
}
}