quasar-ui-danx 0.3.4 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/danx.es.js +1773 -1740
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +5 -5
- package/dist/danx.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "quasar-ui-danx",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.7",
|
4
4
|
"author": "Dan <dan@flytedesk.com>",
|
5
5
|
"description": "DanX Vue / Quasar component library",
|
6
6
|
"license": "MIT",
|
@@ -10,7 +10,8 @@
|
|
10
10
|
"scripts": {
|
11
11
|
"dev": "cd dev && quasar dev && cd ..",
|
12
12
|
"build": "vite build",
|
13
|
-
"preview": "vite preview"
|
13
|
+
"preview": "vite preview",
|
14
|
+
"postversion": "yarn build && npm publish && cd .. && git add ui && git commit -m \"v$npm_package_version\" && git tag \"v$npm_package_version\" && git push"
|
14
15
|
},
|
15
16
|
"repository": {
|
16
17
|
"type": "git",
|