This commit is contained in:
Nicolas Gallagher 2015-03-30 17:26:52 -07:00
parent c39a4c7163
commit 2bdda84272
5 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
=== HEAD
=== 3.0.3 (March 30, 2015)
* Remove unnecessary vendor prefixes.
* Add `main` property.
=== 3.0.2 (October 4, 2014)
* Only alter `background-color` of links in IE 10.

View File

@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "3.0.2",
"version": "3.0.3",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [

View File

@ -1,7 +1,7 @@
{
"name": "normalize.css",
"repo": "necolas/normalize.css",
"version": "3.0.2",
"version": "3.0.3",
"styles": ["normalize.css"],
"author": "Nicolas Gallagher",
"license": "MIT"

2
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.

View File

@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "3.0.2",
"version": "3.0.3",
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"files": [