@vuesimple/vs-tag 3.0.4 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,7 +59,7 @@ npm i @vuesimple/vs-tag
59
59
 
60
60
  ```javascript
61
61
  // Main/Entry file
62
- app.use(VsTag);
62
+ app.use(VsTag.plugin);
63
63
  ```
64
64
 
65
65
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuesimple/vs-tag",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "A simple vue tag. Perfect for all your tag scenarios.",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",
@@ -43,6 +43,6 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/ashwinkshenoy/vue-simple/issues"
45
45
  },
46
- "homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-tag",
47
- "gitHead": "c666ac905df7e5b10f9198cd056cdd3fa88e212e"
46
+ "homepage": "https://github.com/ashwinkshenoy/vue-simple",
47
+ "gitHead": "3a15667f86ba28cea011399593af494e3f376c57"
48
48
  }
package/src/index.js CHANGED
@@ -6,5 +6,5 @@ const plugin = {
6
6
  },
7
7
  };
8
8
 
9
- export { plugin };
10
9
  export default VsTag;
10
+ export { plugin };