mirror of https://github.com/iconify/api.git
Rename GitHub organization to iconify
This commit is contained in:
parent
93cf7821d7
commit
3c96647f03
|
|
@ -27,7 +27,7 @@
|
|||
"storage": "{dir}/git-repos",
|
||||
"git": "git clone {repo} --depth 1 --no-tags {target}",
|
||||
"secret": "",
|
||||
"iconify": "https://github.com/iconify-design/collections-json.git",
|
||||
"iconify": "https://github.com/iconify/collections-json.git",
|
||||
"custom": "",
|
||||
"custom-dir": "",
|
||||
"rm": "rm -rf {dir}"
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
},
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify-design/api.js/issues",
|
||||
"homepage": "https://github.com/iconify-design/api.js",
|
||||
"bugs": "https://github.com/iconify/api.js/issues",
|
||||
"homepage": "https://github.com/iconify/api.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/iconify-design/api.js.git"
|
||||
"url": "git+ssh://git@github.com/iconify/api.js.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/json-tools": "^1.0.6",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Iconify.design API
|
||||
# Iconify API
|
||||
|
||||
This code runs on api.iconify.design that is used to serve collections and SVG images.
|
||||
|
||||
PHP version is available at https://github.com/iconify-design/api.php
|
||||
PHP version is available at https://github.com/iconify/api.php
|
||||
|
||||
|
||||
### How to use it
|
||||
|
|
|
|||
Loading…
Reference in New Issue