From fd8d8795476a2851b02fd93350fd659512a54699 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 6 Nov 2016 17:47:50 -0800 Subject: [PATCH] Update package.json version and use new @preserve tag for uglify --- package.json | 2 +- src/js/lightbox.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bc806d0..8ca4b16e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightbox2", - "version": "2.8.2", + "version": "2.9.0", "author": "Lokesh Dhakar ", "description": "The original Lightbox script. Uses jQuery.", "keywords": [ diff --git a/src/js/lightbox.js b/src/js/lightbox.js index 1cc62d94..89aff092 100644 --- a/src/js/lightbox.js +++ b/src/js/lightbox.js @@ -8,6 +8,8 @@ * Copyright 2007, 2015 Lokesh Dhakar * Released under the MIT license * https://github.com/lokesh/lightbox2/blob/master/LICENSE + * + * @preserve */ // Uses Node, AMD or browser globals to create a module.