@vuesimple/vs-toast 3.0.2 → 3.0.4

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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -59,11 +59,6 @@ npm i @vuesimple/vs-toast
59
59
  <script src="https://unpkg.com/@vuesimple/vs-toast@<version>/dist/vs-toast.min.js"></script>
60
60
  ```
61
61
 
62
- ```javascript
63
- // Main/Entry file
64
- app.use(VsToast);
65
- ```
66
-
67
62
  ```html
68
63
  <script>
69
64
  export default {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuesimple/vs-toast",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "A simple vue toast.",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "unpkg": "dist/index.min.js",
8
- "jsdeliver": "dist/index.min.js",
8
+ "jsdelivr": "dist/index.min.js",
9
9
  "scripts": {
10
10
  "build": "rm -rfv dist && vite build --config build/vite.config.js"
11
11
  },
@@ -44,5 +44,5 @@
44
44
  "url": "https://github.com/ashwinkshenoy/vue-simple/issues"
45
45
  },
46
46
  "homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-toast",
47
- "gitHead": "88b006a353ac0e04dcaf682ab3d8512bbeb048bf"
47
+ "gitHead": "6c190d53a3fb13b81c31ee7943f74c88503276ab"
48
48
  }