Skip to content

Commit 6a4ec97

Browse files
committed
Updated packges
1 parent 383f179 commit 6a4ec97

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"name": "vgauge",
3-
"version": "1.2.12-rc2",
3+
"version": "1.2.12-rc3",
44
"description": "",
55
"main": "dist/VGauge.umd.js",
66
"module": "dist/VGauge.esm.js",
77
"unpkg": "dist/VGauge.min.js",
88
"browser": {
99
"./sfc": "src/VGauge.vue"
1010
},
11-
"files": ["dist/*", "src/*", "attributes.json", "tags.json"],
11+
"files": [
12+
"dist/*",
13+
"src/*",
14+
"attributes.json",
15+
"tags.json"
16+
],
1217
"vetur": {
1318
"tags": "tags.json",
1419
"attributes": "attributes.json"
@@ -35,7 +40,14 @@
3540
"vue": "^2.6.10",
3641
"vue-template-compiler": "^2.6.10"
3742
},
38-
"keywords": ["vue", "gauge", "gauge.js", "gaugejs", "donut", "chart"],
43+
"keywords": [
44+
"vue",
45+
"gauge",
46+
"gauge.js",
47+
"gaugejs",
48+
"donut",
49+
"chart"
50+
],
3951
"license": "MIT",
4052
"repository": {
4153
"type": "git",

0 commit comments

Comments
 (0)