diff --git a/package.json b/package.json index 448095a3..e5eae711 100644 --- a/package.json +++ b/package.json @@ -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)" },