Skip to content

Commit

Permalink
Merge pull request #25 from behance/feature/support_old_npm_version
Browse files Browse the repository at this point in the history
package: support older npm versions
  • Loading branch information
nemtsov authored Sep 28, 2016
2 parents 48b3746 + 6589c11 commit 286dda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightbox",
"version": "4.0.0",
"version": "4.0.1",
"description": "Image lightbox",
"main": "src",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/behance/lightbox#readme",
"dependencies": {
"idle-timer": "github:nemtsov/idle-timer#6061205",
"idle-timer": "nemtsov/idle-timer#6061205",
"jquery": "~2.1.1",
"tinycolor2": "^1.3.0"
},
Expand Down

0 comments on commit 286dda4

Please sign in to comment.