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.
1 parent d1fbacb commit 993e22dCopy full SHA for 993e22d
package.json
@@ -8,8 +8,7 @@
8
"test-native": "jasmine-node test --config PG_NATIVE true",
9
"doc": "./node_modules/.bin/jsdoc -c ./jsdoc/jsDoc.json ./jsdoc/README.md",
10
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
11
- "travis": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
12
- "postinstall": "typings install"
+ "travis": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
13
},
14
"files": [
15
"lib",
0 commit comments