From: Nicolas Coden Date: Mon, 25 Jun 2018 22:55:50 +0000 (+0200) Subject: fix: add back Bower dependencies X-Git-Tag: v6.6.0~3^2~146^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11350%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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",