@novie/ui 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@ npx figma connect # Sync Figma Code Connect mappings
15
15
  ```bash
16
16
  npm run build # Build library (vite + tsc)
17
17
  npm version patch # Bump version (patch/minor/major)
18
- npm publish # Publish to npm (runs build automatically via prepublishOnly)
18
+ ! npm publish --otp=<recovery-code> # Publish to npm (runs build automatically via prepublishOnly)
19
19
  ```
20
20
 
21
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.5",
3
+ "version": "0.1.6",
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
+ }