From 47f289bc81b834c00a6492309ca256d99b98f66f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 8 Aug 2016 21:17:26 +0100 Subject: [PATCH] fix jquery easing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2dddaa..1b9c2d6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "=4.14.0", "font-awesome": "=4.6.3", "jquery": "=2.2.3", - "jquery.easing": "=1.4.1", + "jquery.easing": "=1.3.2", "underscore": "=1.8.3", "wow.js": "=1.2.0" },