From 88f6829d81cea20fb3be36ccb810d66a935d9ca3 Mon Sep 17 00:00:00 2001 From: zurbchris Date: Thu, 19 Nov 2015 09:53:59 -0800 Subject: [PATCH] updates package manager files... again --- bower.json | 4 ++-- package.js | 4 +++- sache.json | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index dc787a467..c3c2d2a25 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-sites", - "version": "6.0.0-rc.1", + "version": "6.0.0", "main": [ "scss/foundation.scss", "js/foundation.js" @@ -12,7 +12,7 @@ "spec" ], "dependencies": { - "jquery": ">= 2.1.0", + "jquery": "~2.1.0", "what-input": "~1.1.2" } } diff --git a/package.js b/package.js index 1f744b227..e4173e211 100644 --- a/package.js +++ b/package.js @@ -5,10 +5,12 @@ Package.describe({ git: 'https://github.com/zurb/foundation-sites.git' }); +Npm.depends({'what-input': '1.1.2'}); + Package.onUse(function(api) { api.versionsFrom('1.2.1'); api.imply('fourseven:scss@3.4.1'); - api.use(['ecmascript', 'jquery@1.11.4', 'fourseven:scss@3.4.1'], 'client'); + api.use(['ecmascript', 'jquery@2.1.0', 'fourseven:scss@3.4.1'], 'client'); api.addFiles([ 'dist/foundation.css', 'dist/foundation.min.css', diff --git a/sache.json b/sache.json index 8d04d543b..77899f892 100644 --- a/sache.json +++ b/sache.json @@ -1,5 +1,5 @@ { "name": "foundation", - "description": "The most advanced responsive front-end framework in the world. Includes grids, buttons, ui elements, javascript plugins and more. Foundation 5 makes starting new projects easier and faster than ever.", + "description": "The most advanced responsive front-end framework in the world. Includes grids, buttons, ui elements, javascript plugins and more. Foundation 6 makes going from Prototype to Production faster than ever.", "tags": ["grid", "typography", "buttons", "ui", "responsive-web-design"] -} \ No newline at end of file +} -- 2.47.2