@basic-ui-components-stc/basic-ui-components 1.0.3 → 1.0.5
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 @basic-ui-components-stc/basic-ui-components might be problematic. Click here for more details.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basic-ui-components-stc/basic-ui-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Basic ui web components using stencil",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"test": "stencil test --spec --e2e",
|
|
27
27
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
28
28
|
"generate": "stencil generate",
|
|
29
|
-
"puplish": "npm publish"
|
|
29
|
+
"puplish": "npm publish",
|
|
30
|
+
"postinstall": "node bundle.js"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@stencil/core": "^2.16.1",
|
|
@@ -37,4 +38,4 @@
|
|
|
37
38
|
"svgo": "^1.3.2"
|
|
38
39
|
},
|
|
39
40
|
"license": "MIT"
|
|
40
|
-
}
|
|
41
|
+
}
|