@custardui/custardui 2.1.2-beta.1 → 2.2.0
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/dist/custardui.js +1 -1
- package/dist/custardui.min.js +1 -1
- package/package.json +3 -3
package/dist/custardui.js
CHANGED
package/dist/custardui.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@custardui/custardui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "A JavaScript dynamic custom views Library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/custardui.min.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"build": "npm run clean && npm run build:types && npm run build:js",
|
|
20
20
|
"build:types": "tsc --project tsconfig.json",
|
|
21
21
|
"build:js": "rollup -c",
|
|
22
|
-
"release:beta": "npm run build && npm publish --access public --tag beta && git push --tags",
|
|
23
|
-
"release:prod": "npm run build && npm publish --access public --tag latest && git push --tags",
|
|
22
|
+
"release:beta": "npm run build && npm publish --access public --tag beta && git push --follow-tags",
|
|
23
|
+
"release:prod": "npm run build && npm publish --access public --tag latest && git push --follow-tags",
|
|
24
24
|
"bump:beta": "npm version prerelease --preid=beta",
|
|
25
25
|
"bump:patch": "npm version patch",
|
|
26
26
|
"bump:minor": "npm version minor",
|