@cal.macconnachie/web-components 2.0.1 → 2.0.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.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cal.macconnachie/web-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Web components hosted on a CDN",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
"preview": "vite preview",
|
|
56
56
|
"typecheck": "tsc --noEmit",
|
|
57
57
|
"prepublishOnly": "yarn build && yarn build:components && yarn typecheck && yarn minify:css",
|
|
58
|
-
"release": "standard-version",
|
|
59
|
-
"rp": "standard-version && git push --follow-tags",
|
|
58
|
+
"release": "standard-version && git push --follow-tags",
|
|
60
59
|
"release:minor": "standard-version --release-as minor && git push --follow-tags",
|
|
61
60
|
"release:major": "standard-version --release-as major && git push --follow-tags",
|
|
62
61
|
"release:first": "standard-version --first-release && git push --follow-tags",
|