mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
3.0.1
This commit is contained in:
parent
de39c2c76e
commit
071af828a2
@ -1,5 +1,7 @@
|
|||||||
=== HEAD
|
=== HEAD
|
||||||
|
|
||||||
|
=== 3.0.1 (March 27, 2014)
|
||||||
|
|
||||||
* Add package.json for npm support.
|
* Add package.json for npm support.
|
||||||
|
|
||||||
=== 3.0.0 (January 28, 2014)
|
=== 3.0.0 (January 28, 2014)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize-css",
|
"name": "normalize-css",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"main": "normalize.css",
|
"main": "normalize.css",
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize.css",
|
"name": "normalize.css",
|
||||||
"repo": "necolas/normalize.css",
|
"repo": "necolas/normalize.css",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"styles": ["normalize.css"],
|
"styles": ["normalize.css"],
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -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. Set default font family to sans-serif.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize.css",
|
"name": "normalize.css",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"description": "Normalize.css as a node packaged module",
|
"description": "Normalize.css as a node packaged module",
|
||||||
"style": "normalize.css",
|
"style": "normalize.css",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user