iov-pro-components 0.0.3 → 0.0.4

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iov-pro-components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "IOV Pro Components for Vue.js",
5
5
  "main": "lib/iov-pro-components.min.js",
6
6
  "files": [
@@ -20,12 +20,11 @@
20
20
  "scripts": {
21
21
  "serve": "node script/create/snippets.js && vue-cli-service serve",
22
22
  "build": "rollup -c",
23
- "pub": "npm run build && npm publish",
23
+ "pub": "node ./script/pub.js",
24
24
  "create": "node script/create/index.js",
25
25
  "docs:dev": "vuepress dev docs",
26
26
  "docs:build": "vuepress build docs",
27
27
  "k8s-dev": "vuepress build docs",
28
- "postinstall": "patch-package",
29
28
  "lint": "eslint --ext .js,.vue src"
30
29
  },
31
30
  "lint-staged": {
@@ -72,4 +71,4 @@
72
71
  "last 2 versions",
73
72
  "not dead"
74
73
  ]
75
- }
74
+ }