@novie/ui 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -19
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,21 +1,2 @@
|
|
|
1
1
|
# novie-ui-lib
|
|
2
2
|
Novie UI Library
|
|
3
|
-
|
|
4
|
-
## Getting Started
|
|
5
|
-
|
|
6
|
-
```bash
|
|
7
|
-
npm install # Install dependencies
|
|
8
|
-
npm run storybook # Start Storybook dev server at http://localhost:6006
|
|
9
|
-
npm run build-storybook # Build static Storybook
|
|
10
|
-
npx figma connect # Sync Figma Code Connect mappings
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Publishing
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm run build # Build library (vite + tsc)
|
|
17
|
-
npm version patch # Bump version (patch/minor/major)
|
|
18
|
-
npm publish # Publish to npm (runs build automatically via prepublishOnly)
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
Package is published as `@novie/ui` to the public npm registry.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novie/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Novie design system component library built on shadcn/ui conventions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -81,4 +81,4 @@
|
|
|
81
81
|
"vitest": "^4.1.0"
|
|
82
82
|
},
|
|
83
83
|
"license": "MIT"
|
|
84
|
-
}
|
|
84
|
+
}
|