Skip to content

Commit

Permalink
removing post-installations steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 21, 2016
1 parent 74e1556 commit 4a91ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
9 changes: 0 additions & 9 deletions install.js

This file was deleted.

11 changes: 4 additions & 7 deletions package.json
@@ -1,21 +1,18 @@
{
"name": "pg-promise",
"version": "5.4.3",
"version": "5.4.4",
"description": "Promises interface for PostgreSQL",
"main": "lib/index.js",
"scripts": {
"test": "jasmine-node test",
"test-native": "jasmine-node test --config PG_NATIVE true",
"doc": "./node_modules/.bin/jsdoc -c ./jsdoc/jsDoc.json ./jsdoc/README.md",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"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",
"postinstall": "node install.js"
"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"
},
"files": [
"lib",
"typescript",
"typings.json",
"install.js"
"typescript"
],
"homepage": "https://github.com/vitaly-t/pg-promise",
"repository": {
Expand Down Expand Up @@ -48,7 +45,7 @@
"manakin": "0.4"
},
"devDependencies": {
"@types/node": "^6.0.45",
"@types/node": "6.x",
"JSONStream": "1.x",
"bluebird": "3.x",
"coveralls": "2.x",
Expand Down

0 comments on commit 4a91ca9

Please sign in to comment.