We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9103f80 commit 128f9c0Copy full SHA for 128f9c0
package.json
@@ -31,6 +31,7 @@
31
"async": "0.2.10"
32
},
33
"scripts": {
34
+ "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
35
"test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres",
36
"install": "node-gyp rebuild || (exit 0)"
37
0 commit comments