diff --git a/README.md b/README.md index 2ae69e1..3138149 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,10 @@ Skeleton Sass 3 offers a far more portable solution in order to adapt to new way Changelog --------- +### 3.0.1 +* Updating `normalize.scss` dependency to `latest` in `bower.json` and any version `>=5.0.4` in `package.json` +* Updated sache tags + ### 3.0.0 * Adding `package.json` for npm support * Converting all core files to partials for better support for installing via bower and npm diff --git a/bower.json b/bower.json index de01312..83df289 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton-sass", - "version": "3.0.0", + "version": "3.0.1", "author": "Dennis Thompson", "homepage": "http://atomicpages.github.io/skeleton-sass/", "repository": { @@ -29,6 +29,6 @@ "dependencies/" ], "dependencies": { - "normalize-scss": "normalize.scss#^5.0.3" + "normalize-scss": "normalize.scss#latest" } } diff --git a/package.json b/package.json index 3b9af68..71ec612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skeleton-sass", - "version": "3.0.0", + "version": "3.0.1", "description": "Skeleton Sass is a highly modular version of Skeleton CSS", "main": "skeleton/core/_config.scss", "scripts": { @@ -25,6 +25,6 @@ }, "homepage": "https://github.com/atomicpages/skeleton-sass#readme", "dependencies": { - "normalize-scss": "^5.0.3" + "normalize-scss": ">=5.0.4" } } diff --git a/sache.json b/sache.json index fa5fdae..19b9c54 100644 --- a/sache.json +++ b/sache.json @@ -2,10 +2,10 @@ "name": "skeleton-sass", "description": "Skeleton Sass is a highly modular version of Skeleton CSS", "tags": [ - "framework", "responsive", + "boilerplate", "responsive", "grids", "ui", "skeleton", "scss", "layout", "ux", "sass", - "style", "css" + "style", "css", "vx", "design" ], "website": "http://atomicpages.github.io/skeleton-sass/", "docs": "https://github.com/atomicpages/skeleton-sass/wiki"