@duckafire/lazy-loading-js 2.0.2-1 → 2.0.2-3

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 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ tecnique to images, in order to optimize website pages.
25
25
  Import the API in your HTML code:
26
26
 
27
27
  ``` html
28
- <script src="https://cdn.jsdelivr.net/npm/@duckafire/lazy-loading-js@2.0.2-1/lib/LazyLoadingImage.min.js"></script>
28
+ <script src="https://cdn.jsdelivr.net/npm/@duckafire/lazy-loading-js@2.0.2-3/dist/LazyLoadingImage.min.js"></script>
29
29
  ```
30
30
 
31
31
  [source]: https://github.com/duckafire/lazy-loading-js/tree/main/src/ "Lazy loading API source code"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@duckafire/lazy-loading-js",
3
3
  "author": "duckafire",
4
- "version": "2.0.2-1",
4
+ "version": "2.0.2-3",
5
5
  "license": "Zlib",
6
6
  "description": "Simple lazy loading algorithm for websites front-end.",
7
7
  "keywords": ["client", "html", "images", "web", "front-end", "optimization", "lazy", "loading", "lazy-loading"],
@@ -18,6 +18,7 @@
18
18
  "files": [
19
19
  "LICENSE",
20
20
  "README.md",
21
+ "lib",
21
22
  "src"
22
23
  ],
23
24
  "custom-fields": {