Skip to content

Commit 12feae2

Browse files
Update to new package names (#4)
1 parent 9f2bf75 commit 12feae2

File tree

256 files changed

+325
-892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+325
-892
lines changed

.github/workflows/publish-kitten-tricks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
uses: actions/checkout@v5
2323
with:
2424
repository: ui-cat/eva
25-
ref: next
25+
ref: main
2626
path: ./packages-ci/eva
2727

2828
- name: Checkout Kitten Tricks
2929
uses: actions/checkout@v5
3030
with:
3131
repository: ui-cat/kittenTricks
32-
ref: next
32+
ref: main
3333
path: ./packages-ci/kittenTricks
3434

3535
- name: Setup Expo
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Get Expo App link
8484
id: expo
85-
run: echo "::set-output name=path::@ui-kitten/kitten-tricks?release-channel=pr-ui-kitten-${{ github.event.number }}"
85+
run: echo "::set-output name=path::@ui-cat/kitten-tricks?release-channel=pr-ui-kitten-${{ github.event.number }}"
8686

8787
- name: Comment on PR
8888
uses: unsplash/comment-on-pr@master

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"workspaces": {
1313
"packages": [
14-
"src/*",
15-
"docs"
14+
"src/*"
1615
]
1716
},
1817
"scripts": {
@@ -21,12 +20,9 @@
2120
"clean": "rimraf ./dist",
2221
"lint": "eslint -c .eslintrc.js ./src",
2322
"test": "jest",
24-
"parse-docs": "gulp parse-docs",
25-
"view-docs": "cd src/showcases/ && npm run env -- dev && cd ../.. && yarn parse-docs && cd docs && yarn start && cd ..",
2623
"bump-version": "gulp bump-version && conventional-changelog -i CHANGELOG.md -s",
27-
"publish-docs": "npm run parse-docs && gulp publish-docs",
2824
"publish-packages": "gulp publish-packages",
29-
"r": "rm -rf node_modules && rm -rf src/showcases/node_modules && rm -rf docs/node_modules && yarn"
25+
"r": "rm -rf node_modules && rm -rf src/showcases/node_modules && yarn"
3026
},
3127
"dependencies": {
3228
"react": "18.1.0",

scripts/create-doc-app-navigation.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

scripts/create-doc-app-showcases.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

scripts/create-doc-themes.ts

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)