Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Update on JSON to remove bin section, update license to Apigee prefer… #1

Merged
merged 1 commit into from
Sep 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"analyze": true,
"author": "Brandon Shelley <[email protected]>",
"bin": {
"module-name": "./bin/module-name"
},
"bugs": {
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
"url": "https://github.com/apigee-internal/icons/issues"
},
"contributors": [
{
Expand All @@ -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"
}