From 8edf3c64082be59b9506f3ad6dd84073b6eb5841 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Fri, 27 Nov 2015 16:01:01 -0500 Subject: [PATCH] Add dependencies on Almond and jQuery Mousewheel These are technically only required when building the final versions, but if someone is pulling from NPM they may want to deal with building it as well. Almond is used for loading in packages and jQuery Mousewheel is used to prevent the results from scrolling the page. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c21e0916..055960ea 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,9 @@ "grunt-jekyll": "^0.4.2", "grunt-sass": "^1.0.0", "grunt-saucelabs": "^8.6.0" + }, + "dependencies": { + "almond": "~0.3.1", + "jquery-mousewheel": "~3.1.13" } }