Skip to content

Commit e87a543

Browse files
committed
chore: Update README
1 parent 503eafe commit e87a543

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Head on to the official community forum: [http://forum.quasar-framework.org](htt
2525

2626
## Quasar Repositories
2727

28-
* [Quasar Framework](https://github.com/rstoenescu/quasar-framework)
29-
* [Quasar CLI](https://github.com/rstoenescu/quasar-cli)
30-
* [Quasar Play App](https://github.com/rstoenescu/quasar-play)
28+
* [Quasar Framework](https://github.com/quasarframework/quasar)
29+
* [Quasar CLI](https://github.com/quasarframework/quasar-cli)
30+
* [Quasar Play App](https://github.com/quasarframework/quasar-play)
3131

3232
## Contributing
3333

@@ -55,7 +55,7 @@ Instead of using mobile emulators for testing your Quasar Apps, use this App ins
5555

5656
Currently only on [Google Play](https://play.google.com/store/apps/details?id=com.quasarframework.quasarplay&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1). Requiring funding to pay fees on Apple Store and release the iOS counterpart too.
5757

58-
Check its repo here: [Quasar Play](https://github.com/rstoenescu/quasar-play).
58+
Check its repo here: [Quasar Play](https://github.com/quasarframework/quasar-play).
5959

6060
## Semver
6161
Until Quasar reaches a 1.0 release (soon), breaking changes will be released with a new minor version. For example 0.8.1, and 0.8.4 will have the same API, but 0.9.0 will have breaking changes.

build/shell.deploy.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ then
1818

1919
# lint and test
2020
npm run lint 2>/dev/null
21-
npm run unit 2>/dev/null
22-
npm run cover 2>/dev/null
2321

2422
# build
2523
VERSION=$VERSION npm run build
2624

27-
# e2e
28-
npm run e2e 2>/dev/null
29-
# sauce
30-
npm run sauce-all 2>/dev/null
31-
3225
# commit
3326
git add -A
3427
git commit -m "[build] $VERSION"

0 commit comments

Comments
 (0)