Remove bower

This commit is contained in:
Nicolas Gallagher 2018-02-08 15:39:34 -08:00
parent 004d58b2f2
commit 906395b611
2 changed files with 0 additions and 19 deletions

View File

@ -17,12 +17,6 @@
npm install --save normalize.css npm install --save normalize.css
``` ```
**Bower**
```sh
bower install --save normalize-css
```
**CDN** **CDN**
See https://yarnpkg.com/en/package/normalize.css See https://yarnpkg.com/en/package/normalize.css

View File

@ -1,13 +0,0 @@
{
"name": "normalize-css",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"license": "MIT",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"package.json",
"README.md",
"test.html"
]
}