diff --git a/package.json b/package.json index 7735a91..97a46cd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "vue-autolink", - "version": "0.0.11", + "version": "0.0.12", "description": "Auto-link url and images in Vue components", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "echo 'lol'", "build": "babel src --out-dir ./ && rm app.js", diff --git a/src/autolink.js b/src/autolink.js index ed56242..a9c08d1 100644 --- a/src/autolink.js +++ b/src/autolink.js @@ -38,17 +38,17 @@ function parseEmbed (opts, embed) { } export default { - props: ['class', 'style', 'content', 'embed', 'image', 'link-attr', 'image-attr', 'safe'], - template: '