]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: add back Bower dependencies 11350/head
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 22:55:50 +0000 (00:55 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 23:07:27 +0000 (01:07 +0200)
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

index fc4d1000431c7ec37ecb31bf2f90b1fdd518263e..73478f6ca884ca4402ff1d1709170dee938cfe54 100644 (file)
     "type": "git",
     "url": "https://github.com/zurb/foundation-sites"
   },
+ "dependencies": {
+   "jquery": ">=2.2.0",
+   "what-input": ">=4.1.0"
+  },
   "ignore": [
     ".babelrc",
     ".browserslistrc",