Skip to content

Commit

Permalink
Update package.json version and use new @preserve tag for uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Nov 7, 2016
1 parent 8b0ee6b commit fd8d879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "lightbox2", "name": "lightbox2",
"version": "2.8.2", "version": "2.9.0",
"author": "Lokesh Dhakar <lokesh.dhakar@gmail.com>", "author": "Lokesh Dhakar <lokesh.dhakar@gmail.com>",
"description": "The original Lightbox script. Uses jQuery.", "description": "The original Lightbox script. Uses jQuery.",
"keywords": [ "keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/js/lightbox.js
Expand Up @@ -8,6 +8,8 @@
* Copyright 2007, 2015 Lokesh Dhakar * Copyright 2007, 2015 Lokesh Dhakar
* Released under the MIT license * Released under the MIT license
* https://github.com/lokesh/lightbox2/blob/master/LICENSE * https://github.com/lokesh/lightbox2/blob/master/LICENSE
*
* @preserve
*/ */


// Uses Node, AMD or browser globals to create a module. // Uses Node, AMD or browser globals to create a module.
Expand Down

0 comments on commit fd8d879

Please sign in to comment.