Skip to content

Commit

Permalink
fixing bower config for modernizr, fixing tag discrepency - fixes #188
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Hepting committed Aug 26, 2013
1 parent 126f4d6 commit c9f24e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3,194 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
alt="GroundworkCSS">
</a>

GroundworkCSS v1.13.0
GroundworkCSS v1.13.1
====

Say hello to responsive design made easy.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "groundworkcss",
"version" : "1.13.0",
"version" : "1.13.1",
"main" : [
"js/groundwork.all.js",
"css/groundwork.css"
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"jquery": "~1.10.2",
"modernizer": "~2.6.2",
"modernizr": "~2.6.2",
"jquery-cycle2": "*"
}
}
2 changes: 1 addition & 1 deletion css/groundwork.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion groundwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"javascript",
"jquery"
],
"version": "1.13.0",
"version": "1.13.1",
"author": {
"name": "Gary Hepting",
"url": "http://groundworkcss.github.com"
Expand Down
3,191 changes: 3 additions & 3,188 deletions js/groundwork.all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GroundworkCSS",
"version": "1.13.0",
"version": "1.13.1",
"description": "GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit c9f24e3

Please sign in to comment.