Update git URL
This commit is contained in:
parent
e623338c99
commit
635d3c1517
2 changed files with 3 additions and 3 deletions
|
@ -59,11 +59,11 @@ npm run build
|
||||||
|
|
||||||
#### git
|
#### git
|
||||||
|
|
||||||
If the library is hosted at a git repository, e.g.https://github.com/quentin/garage-admin-sdk-js
|
If the library is hosted at a git repository, e.g.https://github.com/garage-sdk/garage-admin-sdk-js
|
||||||
then install it via:
|
then install it via:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm install quentin/garage-admin-sdk-js --save
|
npm install garage-sdk/garage-admin-sdk-js --save
|
||||||
```
|
```
|
||||||
|
|
||||||
### For browser
|
### For browser
|
||||||
|
|
|
@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$git_user_id" = "" ]; then
|
if [ "$git_user_id" = "" ]; then
|
||||||
git_user_id="quentin"
|
git_user_id="garage-sdk"
|
||||||
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue