Skip to content

Commit 8cd4285

Browse files
committed
added a 'main' to package.json
1 parent 63ff291 commit 8cd4285

4 files changed

+10
-5
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,10 @@ <h2>Trigger</h2>
622622

623623
<section id="releasehistory">
624624
<h2>Release History</h2>
625+
<h4>0.7.3</h4>
626+
<ul>
627+
<li>Added "main": "jquery.laziestloader.js" to package.json</li>
628+
</ul>
625629
<h4>0.7.2</h4>
626630
<ul>
627631
<li>Removed stray console.log. Sorry.</li>

jquery.laziestloader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* @preserve LaziestLoader - v0.7.2 - 2015-11-17
2+
* @preserve LaziestLoader - v0.7.3 - 2016-01-03
33
* A responsive lazy loader for jQuery.
44
* http://sjwilliams.github.io/laziestloader/
5-
* Copyright (c) 2015 Josh Williams; Licensed MIT
5+
* Copyright (c) 2016 Josh Williams; Licensed MIT
66
*/
77

88
(function(factory) {

jquery.laziestloader.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laziestloader",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "Josh Williams <contact@joshwilliams.com>",
55
"description": "A responsive-aware jQuery plugin to smartly lazy load images and trigger callbacks.",
66
"repository": {
@@ -17,6 +17,7 @@
1717
"devDependencies": {
1818
"uglify-js": "^2.4.13"
1919
},
20+
"main": "jquery.laziestloader.js",
2021
"scripts": {
2122
"minify": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
2223
}

0 commit comments

Comments
 (0)