Skip to content

Commit 071af82

Browse files
committed
3.0.1
1 parent de39c2c commit 071af82

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== HEAD
22

3+
=== 3.0.1 (March 27, 2014)
4+
35
* Add package.json for npm support.
46

57
=== 3.0.0 (January 28, 2014)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "normalize.css",
55
"author": "Nicolas Gallagher",
66
"ignore": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "normalize.css",
33
"repo": "necolas/normalize.css",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"styles": ["normalize.css"],
66
"author": "Nicolas Gallagher",
77
"license": "MIT"

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
1+
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
22

33
/**
44
* 1. Set default font family to sans-serif.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize.css",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Normalize.css as a node packaged module",
55
"style": "normalize.css",
66
"files": [

0 commit comments

Comments
 (0)