add license field to package.json

This commit is contained in:
Igor Klopov 2017-06-26 13:05:06 +03:00
parent 282ad8af7e
commit 695a654e5c

View File

@ -2,8 +2,9 @@
"name": "pkg-fetch",
"version": "2.3.2",
"description": "",
"readme": "",
"main": "lib-es5/index.js",
"license": "MIT",
"repository": "zeit/pkg-fetch",
"bin": {
"pkg-fetch": "lib-es5/bin.js"
},