Skip to content

Commit

Permalink
Updated packges
Browse files Browse the repository at this point in the history
  • Loading branch information
amroessam committed Aug 25, 2020
1 parent 383f179 commit 6a4ec97
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "vgauge",
"version": "1.2.12-rc2",
"version": "1.2.12-rc3",
"description": "",
"main": "dist/VGauge.umd.js",
"module": "dist/VGauge.esm.js",
"unpkg": "dist/VGauge.min.js",
"browser": {
"./sfc": "src/VGauge.vue"
},
"files": ["dist/*", "src/*", "attributes.json", "tags.json"],
"files": [
"dist/*",
"src/*",
"attributes.json",
"tags.json"
],
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
Expand All @@ -35,7 +40,14 @@
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"keywords": ["vue", "gauge", "gauge.js", "gaugejs", "donut", "chart"],
"keywords": [
"vue",
"gauge",
"gauge.js",
"gaugejs",
"donut",
"chart"
],
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a4ec97

Please sign in to comment.