@vuesimple/vs-loader 3.0.9 → 3.1.2

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
@@ -19,7 +19,7 @@ A light weight vue plugin built groundup.
19
19
 
20
20
  ### 📺 Live Demo
21
21
 
22
- Code Sandbox: [Link](https://codesandbox.io/s/vs-loader-1ue35)
22
+ Demo: [Link](https://vuesimple.netlify.app)
23
23
 
24
24
  <br />
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuesimple/vs-loader",
3
- "version": "3.0.9",
3
+ "version": "3.1.2",
4
4
  "description": "A simple vue loader. Perfect for all your loader scenarios.",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",
@@ -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",
47
- "gitHead": "12272a2e4a441a1f5ad5cc45d6234de39aae2309"
47
+ "gitHead": "7fd4d8145903b0c6cb74e11b5a4de2e49ddbc2bc"
48
48
  }