web-component-wrapper 0.0.398 → 0.0.399
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/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-component-wrapper",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.399",
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
5
5
|
"keywords": [
|
6
6
|
"component",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"clear": "weboptimizer clear",
|
56
56
|
"document": "weboptimizer document",
|
57
57
|
"lint": "weboptimizer lint",
|
58
|
-
"postversion": "
|
58
|
+
"postversion": "yarn publish --non-interactive && git push --tags && git push",
|
59
59
|
"prepare": "yarn build",
|
60
60
|
"serve": "weboptimizer serve",
|
61
61
|
"start": "yarn serve",
|