Skip to content

Commit

Permalink
Merge pull request #6 from perses/nexucis/rename
Browse files Browse the repository at this point in the history
rename all plugin folder to match each plugin name define in the rs config
  • Loading branch information
jgbernalp authored Aug 5, 2024
2 parents 109379c + 3a656dc commit 2fb1dc1
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 2fb1dc1

Please sign in to comment.