Skip to content

Commit

Permalink
Merge pull request #11 from imgix/temp-npm-fix
Browse files Browse the repository at this point in the history
Temporary NPM fix
  • Loading branch information
paulstraw committed Jan 14, 2016
2 parents b3ad613 + dff99f7 commit a75b36f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "luminous",
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.",
"main": [
"dist/luminous.js",
"dist/Luminous.js",
"dist/luminous-basic.css"
],
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/luminous.js → dist/Luminous.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var VERSION = exports.VERSION = '0.2.1';
var VERSION = exports.VERSION = '0.2.2';

var Luminous = (function () {
function Luminous(trigger) {
Expand Down
Loading

0 comments on commit a75b36f

Please sign in to comment.