We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0ee6b commit fd8d879Copy full SHA for fd8d879
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lightbox2",
3
- "version": "2.8.2",
+ "version": "2.9.0",
4
"author": "Lokesh Dhakar <[email protected]>",
5
"description": "The original Lightbox script. Uses jQuery.",
6
"keywords": [
src/js/lightbox.js
@@ -8,6 +8,8 @@
8
* Copyright 2007, 2015 Lokesh Dhakar
9
* Released under the MIT license
10
* https://github.com/lokesh/lightbox2/blob/master/LICENSE
11
+ *
12
+ * @preserve
13
*/
14
15
// Uses Node, AMD or browser globals to create a module.
0 commit comments