add keywords and bug link and stuff
This commit is contained in:
parent
c4e0f37aec
commit
4d5bc4eb05
@ -1,7 +1,7 @@
|
|||||||
# vue-svg-pan-zoom : Vue component for SVG-Pan-Zoom
|
# vue-svg-pan-zoom : Vue component for SVG-Pan-Zoom
|
||||||
|
|
||||||
This module is a very simple [Vue][https://vuejs.org/] component providing the
|
This module is a very simple [Vue](https://vuejs.org/) component providing the
|
||||||
goodness of [SVG-Pan-Zoom][https://github.com/ariutta/svg-pan-zoom] for SVG elements.
|
goodness of [SVG-Pan-Zoom](https://github.com/ariutta/svg-pan-zoom) for SVG elements.
|
||||||
|
|
||||||
/!\ WARNING: the module is young, basic, probably will have its
|
/!\ WARNING: the module is young, basic, probably will have its
|
||||||
API change with no notice, and likely to have
|
API change with no notice, and likely to have
|
@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-svg-pan-zoom",
|
"name": "vue-svg-pan-zoom",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Vue component for svg-pan-zoom",
|
"description": "Vue component for svg-pan-zoom",
|
||||||
"main": "dist/vue-svg-pan-zoom.js",
|
"main": "dist/vue-svg-pan-zoom.js",
|
||||||
"author": "Yanick Champoux",
|
"author": "Yanick Champoux",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"keywords": [ "svg", "vuejs" ],
|
||||||
|
"homepage": "https://github.com/yanick/vue-svg-pan-zoom",
|
||||||
|
"bugs": { "url" : "https://github.com/yanick/vue-svg-pan-zoom/issues" },
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/addon-knobs": "^3.3.6",
|
"@storybook/addon-knobs": "^3.3.6",
|
||||||
"@storybook/addons": "^3.3.6",
|
"@storybook/addons": "^3.3.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user