Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jan 20, 2020
1 parent e263805 commit 2c020e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-lazy-loading",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add the loading attribute to completely defer the loading of offscreen images and iframes.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/all.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const nativeLazyLoading = require('../index');
const html = `<img src="https://www.yasglobal.com/wp-content/themes/yasglobal/images-cus/logo.svg" alt="YAS Global Logo" title="YAS Global Logo" class=" abc no-lazy"/>
const html = `<img src="https://www.yasglobal.com/wp-content/themes/yasglobal/images-cus/logo.svg" alt="YAS Global Logo" title="YAS Global Logo" class="abc no-lazy"/>
<div class="white logos">
<div class="container">
<div class="testimonials">
Expand Down

0 comments on commit 2c020e0

Please sign in to comment.