2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

Add GitHub repository to package.json

This commit is contained in:
Vjacheslav Trushkin 2019-01-22 11:40:59 +02:00
parent 8f1b27785d
commit 5ca25c2c4a
3 changed files with 8 additions and 3 deletions

View File

@ -37,7 +37,7 @@
"url": "https://github.com/driftyco/ionicons", "url": "https://github.com/driftyco/ionicons",
"license": "MIT", "license": "MIT",
"licenseURL": "https://github.com/driftyco/ionicons/blob/master/LICENSE", "licenseURL": "https://github.com/driftyco/ionicons/blob/master/LICENSE",
"version": "4.5.1", "version": "4.5.2",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },

View File

@ -39,7 +39,7 @@
* URL: https://github.com/driftyco/ionicons * URL: https://github.com/driftyco/ionicons
* License: MIT * License: MIT
* License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE * License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE
* Version: 4.5.1 * Version: 4.5.2
* Palette: Colorless * Palette: Colorless
* Category: General * Category: General

View File

@ -4,5 +4,10 @@
"license": "MIT", "license": "MIT",
"version": "1.0.48", "version": "1.0.48",
"homepage": "https://iconify.design/icon-sets/", "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"
}
} }