Skip to content

Commit

Permalink
Merge pull request #1896 from adevinta/upd-spark-template-gen
Browse files Browse the repository at this point in the history
chore: upd spark generator template
  • Loading branch information
soykje authored Feb 20, 2024
2 parents 7f88652 + 6bc11f6 commit b4aa271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default ({ name, description }) => `{
"name": "@spark-ui/${name}",
"version": "1.0.0",
"version": "0.0.0",
"description": "${description}",
"publishConfig": {
"access": "public"
Expand All @@ -23,6 +23,7 @@ export default ({ name, description }) => `{
"build": "vite build"
},
"peerDependencies": {
"@spark-ui/theme-utils": "^4.0.0",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0",
"tailwindcss": "^3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default ({ name }) => {
import { ${componentName} } from '.'
const meta: Meta<typeof ${componentName}> = {
title: 'Components/${componentName}',
title: 'Experimental/${componentName}',
component: ${componentName},
}
Expand Down

0 comments on commit b4aa271

Please sign in to comment.