Add license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
This commit is contained in:
Peter deHaan 2015-05-23 15:09:47 -07:00
parent 540c3f16db
commit c28cef76a2

View File

@ -36,6 +36,7 @@
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
"test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}