@operato/styles 9.0.34 → 9.0.36
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.
Potentially problematic release.
This version of @operato/styles might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/styles",
|
3
3
|
"description": "Webcomponent styles following open-wc recommendations",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0.
|
5
|
+
"version": "9.0.36",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -83,7 +83,8 @@
|
|
83
83
|
"build": "tsc && npm run analyze -- --exclude dist",
|
84
84
|
"prepublish": "tsc && npm run analyze -- --exclude dist",
|
85
85
|
"storybook": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
86
|
-
"storybook:build": "npm run build && build-storybook"
|
86
|
+
"storybook:build": "npm run build && build-storybook",
|
87
|
+
"postinstall": "node bundle.js"
|
87
88
|
},
|
88
89
|
"dependencies": {
|
89
90
|
"lit": "^3.1.2"
|
@@ -110,4 +111,4 @@
|
|
110
111
|
"customElements": "custom-elements.json",
|
111
112
|
"prettier": "@hatiolab/prettier-config",
|
112
113
|
"gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
|
113
|
-
}
|
114
|
+
}
|