Skip to content

Commit 8cfa3e7

Browse files
committed
Remove Bower and Component(1) files
Close #455
1 parent 2f8e474 commit 8cfa3e7

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ cutting new releases.
169169

170170
1. Include all new functional changes in the CHANGELOG.
171171
2. Use a dedicated commit to increment the version. The version needs to be
172-
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
173-
and `normalize.css` files.
172+
added to the CHANGELOG (inc. date), the `package.json`, and `normalize.css`
173+
files.
174174
3. The commit message must be of `v0.0.0` format.
175175
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
176176
5. Push the changes and tags to GitHub: `git push --tags origin master`

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ normalizing.
1212
## Install
1313

1414
* [npm](http://npmjs.org/): `npm install --save normalize.css`
15-
* [Component(1)](https://github.com/component/component/): `component install necolas/normalize.css`
16-
* [Bower](http://bower.io/): `bower install --save normalize.css`
1715
* [cdnjs](https://cdnjs.com/libraries/normalize)
1816
* [Download](http://necolas.github.io/normalize.css/latest/normalize.css).
1917

bower.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

component.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)