@mmb-digital/design-system-web 0.1.348-alpha.1 → 0.1.348-alpha.2
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 +3 -4
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +116 -120
- package/dist/index.d.ts +116 -120
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +153 -153
package/README.md
CHANGED
|
@@ -24,10 +24,9 @@ https://www.npmjs.com/package/@mmb-digital/design-system-web
|
|
|
24
24
|
You must be added to the @mmb-digital organization at npmjs.com (you will need to enable two-factor authentication on your npmjs.com account).
|
|
25
25
|
|
|
26
26
|
1. Manually update `version` in `package.json`
|
|
27
|
-
2. `
|
|
28
|
-
3. `
|
|
29
|
-
4. `npm
|
|
30
|
-
5. `npm publish`
|
|
27
|
+
2. `pnpm build`
|
|
28
|
+
3. `npm login`
|
|
29
|
+
4. `npm publish`
|
|
31
30
|
|
|
32
31
|
## Styling rules
|
|
33
32
|
|