From 861aede4cdbc01cea310b2404920093da176452e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 6 Jul 2018 22:26:51 +0200 Subject: [PATCH] Use pull request #11350 from ncoden/fix/fix-update-bower-config for v6.5.0 54269a7df chore: update Bower ignored files list 5e7143c60 chore: add various fields to Bower config e3979a3dc fix: add back Bower dependencies Signed-off-by: Nicolas Coden --- bower.json | 67 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 55 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 636910c7f..b44fe27aa 100644 --- a/bower.json +++ b/bower.json @@ -1,30 +1,73 @@ { "name": "foundation-sites", "version": "6.5.0-rc.1", + "description": "The most advanced responsive front-end framework in the world.", + "homepage": "http://foundation.zurb.com/sites", "license": "MIT", + "keywords": [ + "css", + "scss", + "sass", + "js", + "responsive", + "mobile-first", + "framework", + "eyeglass-module" + ], + "authors": [ + "ZURB (http://foundation.zurb.com)", + ], "main": [ "scss/foundation.scss", "dist/js/foundation.js" ], + "moduleType": [ + "globals", + "amd", + "node", + "es6" + ], + "repository": { + "type": "git", + "url": "https://github.com/zurb/foundation-sites" + }, + "dependencies": { + "jquery": ">=2.2.0", + "what-input": ">=4.1.0" + }, "ignore": [ - "config", - "docs", - "gulp", - "lib", - "test", + ".babelrc", + ".browserslistrc", + ".commitlintrc.yml", + ".editorconfig", + ".eslintrc", + ".huskyrc.yml", + ".jshintrc", + ".sass-lint.yml", + ".travis.yml", + ".versions", + "bower.json", + "browserstack.json", + "code-of-conduct.md", "composer.json", "CONTRIBUTING.md", + "docslink.sh", "gulpfile.js", "meteor-README.md", "package.js", "package.json", + "package-lock.json", "sache.json", - ".editorconfig", - ".npm", - ".gitignore", - ".npmignore", - ".versions", - ".babelrc", - "yarn.lock" + "webpack.config.js", + "yarn.lock", + ".github", + "config", + "customizer", + "docs", + "gulp", + "lib", + "spec", + "script", + "test" ] } -- 2.47.2