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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.3.4",
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",