Skip to content

Commit

Permalink
verison 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nordhagen committed Feb 7, 2013
1 parent e61bb78 commit 06a264a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.zload.js
Expand Up @@ -9,7 +9,7 @@
* Project home:
* https://github.com/nordhagen/jquery-zload
*
* Version: 0.1.0
* Version: 0.1.1
*
*/

Expand Down
17 changes: 17 additions & 0 deletions package.json
@@ -0,0 +1,17 @@
{
"name": "jquery-zload",
"description": "Blazing fast jQuery plugin for lazy loading background images.",
"version": "0.1.1",
"author": "nordhagen <oyvind@oyvindnordhagen.com>",
"keywords": ["javascript", "jquery", "lazy loading"],
"dependencies": {},
"devDependencies": {},
"main": "jquery-zload.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/nordhagen/jquery-zload.git"
},
"readmefile": "README.md",
"readme": "Blazing fast jQuery plugin for lazy loading background images."
}

0 comments on commit 06a264a

Please sign in to comment.