design-system-silkhaus 0.0.83-beta.0 → 0.0.83
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 +1 -1
- package/dist/index.cjs +15 -87
- package/dist/index.d.ts +33 -76
- package/dist/index.js +1283 -18794
- package/dist/style.css +1 -1
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ This is a starter template for creating React component libraries using Vite. It
|
|
|
46
46
|
## Publish Dev
|
|
47
47
|
|
|
48
48
|
- `npm run build:lib` - Build the lib, this has to done before publishing
|
|
49
|
-
- `npm version <version
|
|
49
|
+
- `npm version <version>-beta.x` - run this command to update package version for testing
|
|
50
50
|
- `npm publish --access=public --tag beta` - To publish lib with beta tag
|
|
51
51
|
|
|
52
52
|
## Publish Prod
|