From 70bbd06e333c493e9747d9a6ee937deef726289c Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sun, 17 Sep 2017 04:17:42 +0200 Subject: [PATCH] Update package.json --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4c2d0194..328aacd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.0.0", + "version": "1.0.1", "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" },