From 2cc2eb9977cab04a4e1ee0af60887819279b7eff Mon Sep 17 00:00:00 2001 From: Oscar Ponce Date: Tue, 27 Sep 2016 14:03:50 -0700 Subject: [PATCH] Update on JSON to remove bin section, update license to Apigee prefered license and correct the bugs link --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e3a9d23..c2b1a4d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,8 @@ { "analyze": true, "author": "Brandon Shelley ", - "bin": { - "module-name": "./bin/module-name" - }, "bugs": { - "url": "https://github.com/nodejitsu/browsenpm.org/issues" + "url": "https://github.com/apigee-internal/icons/issues" }, "contributors": [ { @@ -22,11 +19,11 @@ } ], "description": "A library of icon fonts for Apigee Edge", - "license": "MIT", + "license": "Apache-2.0", "name": "apigee-icons", "repository": { "type": "git", "url": "https://github.com/apigee-internal/icons" }, - "version": "1.0.0" + "version": "1.0.1" } \ No newline at end of file