vue-tippy 6.0.0-alpha.37 → 6.0.0-alpha.40

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": "vue-tippy",
3
- "version": "6.0.0-alpha.37",
3
+ "version": "6.0.0-alpha.40",
4
4
  "main": "index.js",
5
5
  "module": "dist/vue-tippy.mjs",
6
6
  "unpkg": "dist/vue-tippy.iife.js",
@@ -44,7 +44,7 @@
44
44
  "build:dts": "api-extractor run --local --verbose",
45
45
  "dev": "webpack-dev-server --mode=development",
46
46
  "dev:docs": "cd docs && yarn dev",
47
- "prepublishOnly": "yarn build"
47
+ "prepublishOnly": "yarn build && yarn build:dts"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "vue": "^3.0.0"
@@ -78,7 +78,7 @@
78
78
  "webpack-dev-server": "^3.11.0"
79
79
  },
80
80
  "dependencies": {
81
- "tippy.js": "^6.3.1"
81
+ "tippy.js": "^6.3.7"
82
82
  },
83
83
  "vetur": {
84
84
  "tags": "vetur/tags.json",