{
"name": "foundation-sites",
- "version": "6.0.0-rc.1",
+ "version": "6.0.0",
"main": [
"scss/foundation.scss",
"js/foundation.js"
"spec"
],
"dependencies": {
- "jquery": ">= 2.1.0",
+ "jquery": "~2.1.0",
"what-input": "~1.1.2"
}
}
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',
{
"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
+}