diff --git a/README.mkd b/README.md similarity index 95% rename from README.mkd rename to README.md index 1fe6097..9078613 100644 --- a/README.mkd +++ b/README.md @@ -1,7 +1,7 @@ # vue-svg-pan-zoom : Vue component for SVG-Pan-Zoom -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. +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. /!\ WARNING: the module is young, basic, probably will have its API change with no notice, and likely to have diff --git a/package.json b/package.json index 9105991..2efb33d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "vue-svg-pan-zoom", - "version": "0.0.1", + "version": "0.0.2", "description": "Vue component for svg-pan-zoom", "main": "dist/vue-svg-pan-zoom.js", "author": "Yanick Champoux", "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": { "@storybook/addon-knobs": "^3.3.6", "@storybook/addons": "^3.3.6",