mainstack-design-system 0.7.41 → 0.7.43
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/build/index.d.ts +4 -0
- package/build/mainstack-design-system.js +3287 -3247
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mainstack-design-system",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.43",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "build/mainstack-design-system.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"install:husky": "run-script-os",
|
|
20
20
|
"install:husky:default": "[ ! -d \"/node_modules/husky/\" ] || husky install",
|
|
21
21
|
"install:husky:win32": "echo \"husky skipped\"",
|
|
22
|
-
"postinstall": "yarn install:husky",
|
|
23
|
-
"prepare": "yarn install:husky",
|
|
22
|
+
"postinstall": "yarn install:husky || npm run install:husky",
|
|
23
|
+
"prepare": "yarn install:husky || npm run install:husky",
|
|
24
24
|
"scriptname": "cmd",
|
|
25
25
|
"storybook": "storybook dev -p 6006",
|
|
26
26
|
"build-storybook": "storybook build",
|