From c816ba7c03f5a280ee454ad29dcf13f3da6ec296 Mon Sep 17 00:00:00 2001 From: Nicolas Turlais Date: Tue, 21 Feb 2017 10:45:47 +0100 Subject: [PATCH] Update jquery --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b158b9..8936ec0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "chocolat", - "version": "0.4.15", + "version": "0.4.16", "description": " Responsive jQuery Lightbox Plugin", "main": "dist/js/jquery.chocolat.js", "directories": { "test": "test" }, "dependencies": { - "jquery": "~1.8.2" + "jquery": "^1.11" }, "devDependencies": { "phantomjs": "^1.9.1",