From 695a654e5cef1c1481547a6bf31e6d1977a10187 Mon Sep 17 00:00:00 2001 From: Igor Klopov Date: Mon, 26 Jun 2017 13:05:06 +0300 Subject: [PATCH] add license field to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fb688b..d9b13f2 100644 --- a/package.json +++ b/package.json @@ -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" },