Merge pull request #555 from simple-icons/master

Merge master back into develop
This commit is contained in:
Johan Fagerberg 2017-09-20 00:42:31 +02:00 committed by GitHub
commit d8e0f825b5

View File

@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "1.0.0",
"version": "1.1.3",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
@ -8,9 +8,15 @@
"icons"
],
"main": "index.js",
"repository": "git@github.com:danleech/simple-icons.git",
"author": "Dan Leech",
"license": "CCO",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
},
"bugs": {
"url": "https://github.com/simple-icons/simple-icons/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0",
"devDependencies": {
"jsonlint": "^1.6.2"
},