From d924761cbef9e9d910435c0ca882ebf85c04708e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Mon, 15 Jun 2015 00:21:16 +0200 Subject: [PATCH] chore(npm): Add the license to package.json This removes a warning when executing npm install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cea1b480bf35..2eaffa43e9d9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "angularjs", + "license": "MIT", "branchVersion": "^1.4.0-beta.0", "branchPattern": "1.4.*", "repository": {