From 017a6fdd0a1465483ecbd16a4cc3e76473a1411a Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 3 Aug 2016 10:22:04 -0700 Subject: [PATCH] Removed licenses property. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 70f2dce..52648e5 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,6 @@ "type": "git", "url": "http://github.com/spring-projects/spring-flo.git" }, - "licenses": [{ - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - }], "devDependencies": { "bower": "1.3.12", "grunt": "0.4.5",