Skip to content

Commit 993e22d

Browse files
committed
removing previous commit.
1 parent d1fbacb commit 993e22d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"test-native": "jasmine-node test --config PG_NATIVE true",
99
"doc": "./node_modules/.bin/jsdoc -c ./jsdoc/jsDoc.json ./jsdoc/README.md",
1010
"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"
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"
1312
},
1413
"files": [
1514
"lib",

0 commit comments

Comments
 (0)