Rename GitHub organization to iconify

This commit is contained in:
Vjacheslav Trushkin 2019-05-07 10:48:54 +03:00
parent 93cf7821d7
commit 3c96647f03
3 changed files with 6 additions and 6 deletions

View File

@ -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}"

View File

@ -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",

View File

@ -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