From 5ca25c2c4a9c5fde7aa2e29954e14211ea7513d2 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 22 Jan 2019 11:40:59 +0200 Subject: [PATCH] Add GitHub repository to package.json --- collections.json | 2 +- collections.md | 2 +- package.json | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/collections.json b/collections.json index 2fa3e1d..e718dd1 100644 --- a/collections.json +++ b/collections.json @@ -37,7 +37,7 @@ "url": "https://github.com/driftyco/ionicons", "license": "MIT", "licenseURL": "https://github.com/driftyco/ionicons/blob/master/LICENSE", - "version": "4.5.1", + "version": "4.5.2", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 71339d0..b1b5b9a 100644 --- a/collections.md +++ b/collections.md @@ -39,7 +39,7 @@ * URL: https://github.com/driftyco/ionicons * License: MIT * License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE -* Version: 4.5.1 +* Version: 4.5.2 * Palette: Colorless * Category: General diff --git a/package.json b/package.json index bab6fef..0c6cd53 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,10 @@ "license": "MIT", "version": "1.0.48", "homepage": "https://iconify.design/icon-sets/", - "main": "lib/finder.js" + "main": "lib/finder.js", + "bugs": "https://github.com/iconify-design/collections-json/issues", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/iconify-design/collections-json.git" + } } \ No newline at end of file