Skip to content

Commit c28cef7

Browse files
committed
Add license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 540c3f1 commit c28cef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
3737
"test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
3838
},
39+
"license": "MIT",
3940
"engines": {
4041
"node": ">= 0.8.0"
4142
}

0 commit comments

Comments
 (0)