mirror of
https://github.com/status-im/contracts.git
synced 2025-02-21 11:08:46 +00:00
adds solidity-coverage
This commit is contained in:
parent
a0728da632
commit
12341008b8
6
.gitignore
vendored
6
.gitignore
vendored
@ -23,4 +23,10 @@ ENV/
|
||||
# Coverage tests
|
||||
.coverage
|
||||
.cache/
|
||||
coverage/
|
||||
coverageEnv/
|
||||
coverage.json
|
||||
|
||||
# node
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user