diff --git a/README.md b/README.md index 9df9823..094a0dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ribs v1.0.7 +Ribs v1.0.8 ============= > Ribs is the evolution of Skeleton, the original author seems to have disappeared and/or lost interest in the project, and my colleagues and I use this an awful lot. @@ -50,6 +50,7 @@ Then following that, from the root dir of this project, run `npm install` which You should be good to go. ## Changelog +* Oct 10, 2013 - (v1.0.8) Initial inline documentation, styledocco based docs generation, fixed breakpoint oversight on media queries for tablet and mobile * Oct 10, 2013 - (v1.0.7) Documented the differences between the original skeleton project and Ribs, Updated normalize to 2.1.3 * Aug 7, 2013 - (v1.0.6) Some additional variables, grid push and pull * Jul 17, 2013 - (v1.0.5) Some additional variables, some base table styling diff --git a/component.json b/component.json index eebae30..b12528c 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "Ribs", - "version": "1.0.7", - "main": "css/Ribs.css", + "version": "1.0.8", + "main": "build/css/Ribs.css", "ignore": [ "**/.*", "node_modules", diff --git a/docs/index.html b/docs/index.html index 78d23a4..7364770 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,5 @@ Ribs -

Ribs v1.0.7

+

Ribs v1.0.8

Ribs is the evolution of Skeleton, the original author seems to have disappeared and/or lost interest in the project, and my colleagues and I use this an awful lot.

@@ -42,6 +42,7 @@ Then following that, from the root dir of this project, run npm installYou should be good to go.

Changelog

    +
  • Oct 10, 2013 - (v1.0.8) Initial inline documentation, styledocco based docs generation, fixed breakpoint oversight on media queries for tablet and mobile
  • Oct 10, 2013 - (v1.0.7) Documented the differences between the original skeleton project and Ribs, Updated normalize to 2.1.3
  • Aug 7, 2013 - (v1.0.6) Some additional variables, grid push and pull
  • Jul 17, 2013 - (v1.0.5) Some additional variables, some base table styling
  • diff --git a/package.json b/package.json index 0d69e6e..20aa89a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Ribs", "title": "Ribs", "description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.", - "version": "1.0.7", + "version": "1.0.8", "homepage": "https://github.com/nickpack/Ribs", "author": { "name": "Nick Pack",