@dialpad/dialtone-icons 0.0.18 → 0.0.20-vue3

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 -7
package/package.json CHANGED
@@ -1,17 +1,13 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-icons",
3
- "version": "0.0.18",
3
+ "version": "0.0.20-vue3",
4
4
  "description": "Dialtone icon library",
5
5
  "scripts": {
6
6
  "build": "npm run build-icons && npm run build-lib",
7
7
  "build-icons": "gulp",
8
8
  "build-lib": "vue-cli-service build --target lib --name dialtone-icons --no-clean src/main.js",
9
9
  "lint": "vue-cli-service lint",
10
- "release": "npm install && npm run build && npm publish --tag latest"
11
- },
12
- "dependencies": {
13
- "core-js": "^3.8.3",
14
- "vue": ">=2.6"
10
+ "release": "npm install && npm run build && npm publish --tag vue3"
15
11
  },
16
12
  "files": [
17
13
  "dist/*.js",
@@ -38,7 +34,7 @@
38
34
  "through2": "^4.0.2"
39
35
  },
40
36
  "peerDependencies": {
41
- "vue": ">=2.6"
37
+ "vue": "latest"
42
38
  },
43
39
  "repository": "git@github.com:dialpad/dialtone-icons.git"
44
40
  }