Skip to content

Commit

Permalink
Made sure we can be found as jquery-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Aug 20, 2015
1 parent b5309bc commit b2902e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "voila",
"version": "1.5.1",
"version": "1.5.2",
"description": "A jQuery plugin that provides callbacks for images, letting you know when they've loaded.",
"keywords": [
"jquery-plugin",
"jquery",
"image",
"images",
"loading",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "@staaky/voila",
"title": "Voilà",
"version": "1.5.1",
"version": "1.5.2",
"description": "A jQuery plugin that provides callbacks for images, letting you know when they've loaded.",
"keywords": [
"jquery-plugin",
"jquery",
"image",
"images",
"loading",
"loaded",
"imagesloaded",
"callback",
"callbacks"
"callbacks",
"voila"
],
"homepage": "http://voila.nickstakenburg.com",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion voila.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Voilà - v1.5.1
* Voilà - v1.5.2
* (c) 2015 Nick Stakenburg
*
* http://voila.nickstakenburg.com
Expand Down
2 changes: 1 addition & 1 deletion voila.pkgd.min.js

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

0 comments on commit b2902e4

Please sign in to comment.