Add npm script to generate changelog

This commit is contained in:
Brian M. Carlson 2014-03-16 21:50:17 -05:00
parent 9103f80b22
commit 128f9c071c

View File

@ -31,6 +31,7 @@
"async": "0.2.10"
},
"scripts": {
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
"test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres",
"install": "node-gyp rebuild || (exit 0)"
},