]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updates package manager files... again
authorzurbchris <chris@zurb.com>
Thu, 19 Nov 2015 17:53:59 +0000 (09:53 -0800)
committerzurbchris <chris@zurb.com>
Thu, 19 Nov 2015 17:53:59 +0000 (09:53 -0800)
bower.json
package.js
sache.json

index dc787a46765661f1080005901fabfc9f6609860d..c3c2d2a253273090a05b9e8919d718b05eedc263 100644 (file)
@@ -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"
   }
 }
index 1f744b227f59ce8e52be85b1deae1115a58b72d7..e4173e211be9dbbab1615ccd85ffcfa1d02de1cb 100644 (file)
@@ -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',
index 8d04d543b1612441e494e01cc2db1799ee08a2f8..77899f892d9f9bd54ae342d8e31d2f285638e3cf 100644 (file)
@@ -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
+}