Skip to content

Commit

Permalink
Updated docs to new version 3.0.2+normalize.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbulman committed Feb 12, 2015
1 parent 0f7e1a2 commit f1b0706
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ normalizing.
## Install

* Download directly from the [project page](https://github.com/krisbulman/normalize-libsass/releases).
* Install with [Bower](http://bower.io/): bower install --save git://github.com/krisbulman/normalize-libsass.git#3.0.2-alpha.3+normalize.3.0.2
* Install with [Bower](http://bower.io/): bower install --save normalize-libsass
* Install with [Component](http://component.io/): component install krisbulman/normalize-libsass

No other styles should come before _normalize.scss.
Expand Down
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
////
/// normalize-libsass 3.0.2-alpha.3+normalize.3.0.2
/// normalize-libsass 3.0.2+normalize.3.0.2
/// MIT/GPLv2 License
/// lb.cm/normalize-libsass
////
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-libsass",
"version": "3.0.2-alpha.3+normalize.3.0.2",
"version": "3.0.2+normalize.3.0.2",
"homepage": "https://github.com/krisbulman/normalize-libsass",
"author": [
"Nicolas Gallagher",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "normalize-libsass",
"repo": "krisbulman/normalize-libsass",
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
"version": "3.0.2-alpha.3+normalize.3.0.2",
"version": "3.0.2+normalize.3.0.2",
"author": [
"Nicolas Gallagher",
"Kris Bulman"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-libsass",
"version": "3.0.2-alpha.3+normalize.3.0.2",
"version": "3.0.2+normalize.3.0.2",
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
"devDependencies": {
"grunt": "~0.4",
Expand Down

0 comments on commit f1b0706

Please sign in to comment.