Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jun 2, 2020
1 parent f0fc7e6 commit 7ef7f0b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/dll.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* DLL.js v1.5.2 (https://thednp.github.io/dll.js/)
* DLL.js v1.5.4 (https://thednp.github.io/dll.js/)
* Copyright 2020 © thednp
* Licensed under MIT (https://github.com/thednp/dll.js/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/dll.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* DLL.js v1.5.2 (https://thednp.github.io/dll.js/)
* DLL.js v1.5.4 (https://thednp.github.io/dll.js/)
* Copyright 2020 © thednp
* Licensed under MIT (https://github.com/thednp/dll.js/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/dll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "dll.js",
"version": "1.5.2",
"version": "1.5.4",
"description": "Double Lazy Load for Images, Videos and Background Images.",
"main": "dist/dll.min.js",
"module": "dist/dll-esm.min.js",
"files": [
"dist/{css,js}/*.{css,js,map}"
"module": "dist/dll-esm.js",
"jsnext": "src/dll.js",
"files" :[
"dist/*.{js,map}",
"src/*.{js,map}"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 7ef7f0b

Please sign in to comment.