From e3979a3dccbd1f525fb66e0bb39e2165ece22c96 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 26 Jun 2018 00:55:50 +0200 Subject: [PATCH] fix: add back Bower dependencies Bower dependencies in `bower.json` were removed in #11073 in the migration from Bower to npm. These dependencies should not have been removed as the Bower package still require `jquery` and `what-input`. Someone installing `foundation-sites` with bower should still have these packages included. We simply don't use Bower anymore in development mode and don't promote its usage in the documentation. Removing `bower install` commands was sufficiant for this migration and Bower dependencies in `bower.json` were unrelated. See https://github.com/zurb/foundation-sites/pull/11073 --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bower.json b/bower.json index fc4d10004..73478f6ca 100644 --- a/bower.json +++ b/bower.json @@ -31,6 +31,10 @@ "type": "git", "url": "https://github.com/zurb/foundation-sites" }, + "dependencies": { + "jquery": ">=2.2.0", + "what-input": ">=4.1.0" + }, "ignore": [ ".babelrc", ".browserslistrc", -- 2.47.2