lazy-svelte-image 2.0.0 → 2.0.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
@@ -260,4 +260,4 @@ This version is **100% backward compatible** with `lazy-svelte-image` v1.1.2:
260
260
 
261
261
  ## 📄 License
262
262
 
263
- MIT © [Rishabh Haridas](https://github.com/rishabharidas)
263
+ MIT © [Rishab Haridas](https://github.com/rishabharidas)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-svelte-image",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "svelte",
@@ -99,4 +99,4 @@
99
99
  "cookie": "^0.7.2"
100
100
  },
101
101
  "type": "module"
102
- }
102
+ }