@vuesimple/vs-modal 1.4.0 → 1.4.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -107,7 +107,7 @@ yarn add @vuesimple/vs-modal
107
107
  <br />
108
108
 
109
109
  <h3>
110
- <img src="https://nuxtjs.org/favicon.ico" width="20px"> Nuxt.js
110
+ <img src="https://i.imgur.com/MWynQNa.png" width="20px"> Nuxt.js
111
111
  </h3>
112
112
 
113
113
  Nuxt Demo - Code Sandbox: [Link](https://codesandbox.io/s/vs-modal-nuxt-w35gj)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuesimple/vs-modal",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A simple vue modal. Perfect for all your modal/ dialogs scenarios.",
5
5
  "main": "dist/vs-modal.umd.js",
6
6
  "module": "dist/vs-modal.esm.js",
@@ -51,5 +51,5 @@
51
51
  "url": "https://github.com/ashwinkshenoy/vue-simple/issues"
52
52
  },
53
53
  "homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-modal",
54
- "gitHead": "c966cced447d8bb5bd8ed588de7c3c3b268995fb"
54
+ "gitHead": "4a6fbd8716221364e5fc2710645a6c5882746929"
55
55
  }