Skip to content
Permalink
Browse files
3.0.1
  • Loading branch information
necolas committed Mar 27, 2014
1 parent de39c2c commit 071af828a2f6c882d5de1536135bf13b5711f554
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
@@ -1,5 +1,7 @@
=== HEAD

=== 3.0.1 (March 27, 2014)

* Add package.json for npm support.

=== 3.0.0 (January 28, 2014)
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "3.0.0",
"version": "3.0.1",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [
@@ -1,7 +1,7 @@
{
"name": "normalize.css",
"repo": "necolas/normalize.css",
"version": "3.0.0",
"version": "3.0.1",
"styles": ["normalize.css"],
"author": "Nicolas Gallagher",
"license": "MIT"
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
@@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "3.0.0",
"version": "3.0.1",
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"files": [

0 comments on commit 071af82

Please sign in to comment.