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 3a656dc
Show file tree
Hide file tree
Showing 56 changed files with 890 additions and 392 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.
1,270 changes: 884 additions & 386 deletions package-lock.json

Large diffs are not rendered by default.

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 3a656dc

Please sign in to comment.