2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Fix repository link in package.json

This commit is contained in:
Vjacheslav Trushkin 2020-04-28 14:00:41 +03:00
parent befdf7bcf0
commit ed0451d8b6

View File

@ -11,7 +11,7 @@
"homepage": "https://iconify.design/",
"repository": {
"type": "git",
"url": "git://github.com/iconify/iconify.git"
"url": "https://github.com/iconify/iconify.git"
},
"scripts": {
"bootstrap": "lerna bootstrap --force-local",