Skip to content

Commit

Permalink
rename all plugin folder to match each plugin name define in the rs c…
Browse files Browse the repository at this point in the history
…onfig

Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Aug 5, 2024
1 parent 109379c commit 17d2e46
Show file tree
Hide file tree
Showing 55 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "npm run lint --workspaces"
},
"workspaces": [
"bar-chart",
"gauge-chart",
"markdown-chart",
"stat-chart",
"timeseries-chart"
"BarChart",
"GaugeChart",
"MarkdownChart",
"StatChart",
"TimeseriesChart"
],
"devDependencies": {
"@rsbuild/core": "^0.6.8",
Expand All @@ -31,4 +31,4 @@
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.4.2"
}
}
}

0 comments on commit 17d2e46

Please sign in to comment.