We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fba2b03 + c6aad44 commit b238a52Copy full SHA for b238a52
package.json
@@ -7,12 +7,12 @@
7
"solcjs": "solcjs"
8
},
9
"scripts": {
10
- "lint": "semistandard",
+ "lint": "node ./node_modules/semistandard/bin/cmd.js",
11
"prepublish": "node downloadCurrentVersion.js && node verifyVersion.js",
12
"pretest": "npm run lint",
13
"test": "tape ./test/index.js",
14
- "coverage": "istanbul cover node_modules/tape/bin/tape ./test/index.js",
15
- "coveralls": "npm run coverage && coveralls <coverage/lcov.info"
+ "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/tape/bin/tape ./test/index.js",
+ "coveralls": "npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"
16
17
"repository": {
18
"type": "git",
0 commit comments