Skip to content

Commit 499b4e9

Browse files
committed
Fix package.json, .changeset
1 parent 6f50121 commit 499b4e9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"ignore": [
1111
"*-example",
1212
"*-benchmark",
13-
"landing"
13+
"landing",
14+
"@devup-ui/components"
1415
]
1516
}

packages/components/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@
1616
"css-in-js-framework",
1717
"react"
1818
],
19-
"version": "1.0.4",
19+
"version": "0.1.0",
2020
"type": "module",
2121
"scripts": {
22+
"lint": "eslint",
2223
"build": "tsc && vite build",
23-
"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\"",
2724
"storybook": "storybook dev -p 6006",
2825
"build-storybook": "storybook build"
2926
},

0 commit comments

Comments
 (0)