From c28cef76a2152b7b86fe5f5b97661dec63961e6c Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sat, 23 May 2015 15:09:47 -0700 Subject: [PATCH] Add license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 92fd3c671..f0a5efd65 100644 --- a/package.json +++ b/package.json @@ -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" }