Skip to content

Commit b972aae

Browse files
[chore] Change dir name
1 parent ddb2d30 commit b972aae

File tree

8 files changed

+242
-242
lines changed

8 files changed

+242
-242
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
.pnp.*
1414

1515
# Ignore modified package.json for apexcharts and react-apexcharts
16-
# packages/apexcharts.js/package.json
17-
# packages/react-apexcharts/package.json
16+
packages/apexcharts/package.json
17+
packages/react-apexcharts/package.json

node_modules/.yarn-state.yml

Lines changed: 229 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/apexcharts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

scripts/add-upstream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
ROOT_DIR=$(pwd)
44

5-
echo "Adding upstream to apexcharts.js..."
6-
cd ./packages/apexcharts.js
5+
echo "Adding upstream to apexcharts..."
6+
cd ./packages/apexcharts
77
git remote add upstream https://github.com/apexcharts/apexcharts.js.git || echo "upstream already exists for apexcharts"
88
echo "Done."
99

scripts/package-change-watch.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
ROOT_DIR=$(pwd)
44

5-
echo "Watching apexcharts.js for changes..."
5+
echo "Watching apexcharts for changes..."
66
nodemon \
7-
--watch packages/apexcharts.js/src \
8-
--exec "yarn workspace apexcharts.js dev-no-watch:umd" \
9-
--watch packages/apexcharts.js/types/apexcharts.d.ts \
7+
--watch packages/apexcharts/src \
8+
--exec "yarn workspace apexcharts dev-no-watch:umd" \
9+
--watch packages/apexcharts/types/apexcharts.d.ts \
1010
--exec "echo 'Types updated: apexcharts.d.ts changed!'"
1111

1212
echo "Watching react-apexcharts for changes..."

scripts/sync-fork.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
ROOT_DIR=$(pwd)
44

5-
echo "Syncing apexcharts.js..."
6-
cd ./packages/apexcharts.js
5+
echo "Syncing apexcharts..."
6+
cd ./packages/apexcharts
77
git fetch upstream
88
git merge --no-edit upstream/main
99
git push origin main

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,9 +4256,9 @@ __metadata:
42564256
languageName: unknown
42574257
linkType: soft
42584258

4259-
"apexcharts@workspace:packages/apexcharts.js":
4259+
"apexcharts@workspace:packages/apexcharts":
42604260
version: 0.0.0-use.local
4261-
resolution: "apexcharts@workspace:packages/apexcharts.js"
4261+
resolution: "apexcharts@workspace:packages/apexcharts"
42624262
dependencies:
42634263
"@babel/core": "npm:^7.8.7"
42644264
"@babel/plugin-proposal-class-properties": "npm:^7.8.3"

0 commit comments

Comments
 (0)