@dialpad/dialtone-icons 0.0.21-vue3 → 0.0.21
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.
- package/dist/dialtone-icons.common.js +21098 -13396
- package/dist/dialtone-icons.umd.js +21102 -13407
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-icons",
|
|
3
|
-
"version": "0.0.21
|
|
3
|
+
"version": "0.0.21",
|
|
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
|
|
10
|
+
"release": "npm install && npm run build && npm publish --tag latest"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"dist/*.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"through2": "^4.0.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"vue": "latest"
|
|
37
|
+
"vue": "v2-latest"
|
|
38
38
|
},
|
|
39
39
|
"repository": "git@github.com:dialpad/dialtone-icons.git"
|
|
40
40
|
}
|