We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f50121 commit 499b4e9Copy full SHA for 499b4e9
.changeset/config.json
@@ -10,6 +10,7 @@
10
"ignore": [
11
"*-example",
12
"*-benchmark",
13
- "landing"
+ "landing",
14
+ "@devup-ui/components"
15
]
16
}
packages/components/package.json
@@ -16,14 +16,11 @@
"css-in-js-framework",
17
"react"
18
],
19
- "version": "1.0.4",
+ "version": "0.1.0",
20
"type": "module",
21
"scripts": {
22
+ "lint": "eslint",
23
"build": "tsc && vite build",
- "test": "node ../cli/dist/index.js test --100",
24
- "test:s": "node ../cli/dist/index.js test --100 -s",
25
- "lint": "node ../cli/dist/index.js lint",
26
- "package": "pnpm pack --pack-destination \"../../dist\"",
27
"storybook": "storybook dev -p 6006",
28
"build-storybook": "storybook build"
29
},
0 commit comments