Skip to content

Commit

Permalink
added a 'main' to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwilliams committed Jan 4, 2016
1 parent 63ff291 commit 8cd4285
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,10 @@ <h2>Trigger</h2>

<section id="releasehistory">
<h2>Release History</h2>
<h4>0.7.3</h4>
<ul>
<li>Added "main": "jquery.laziestloader.js" to package.json</li>
</ul>
<h4>0.7.2</h4>
<ul>
<li>Removed stray console.log. Sorry.</li>
Expand Down
4 changes: 2 additions & 2 deletions jquery.laziestloader.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* @preserve LaziestLoader - v0.7.2 - 2015-11-17
* @preserve LaziestLoader - v0.7.3 - 2016-01-03
* A responsive lazy loader for jQuery.
* http://sjwilliams.github.io/laziestloader/
* Copyright (c) 2015 Josh Williams; Licensed MIT
* Copyright (c) 2016 Josh Williams; Licensed MIT
*/

(function(factory) {
Expand Down
4 changes: 2 additions & 2 deletions jquery.laziestloader.min.js

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laziestloader",
"version": "0.7.2",
"version": "0.7.3",
"author": "Josh Williams <[email protected]>",
"description": "A responsive-aware jQuery plugin to smartly lazy load images and trigger callbacks.",
"repository": {
Expand All @@ -17,6 +17,7 @@
"devDependencies": {
"uglify-js": "^2.4.13"
},
"main": "jquery.laziestloader.js",
"scripts": {
"minify": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
}
Expand Down

0 comments on commit 8cd4285

Please sign in to comment.