Skip to content

Commit

Permalink
Remove Bower and Component(1) files
Browse files Browse the repository at this point in the history
Close #455
  • Loading branch information
necolas committed Jan 5, 2016
1 parent 2f8e474 commit 8cfa3e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -169,8 +169,8 @@ cutting new releases.

1. Include all new functional changes in the CHANGELOG.
2. Use a dedicated commit to increment the version. The version needs to be
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
and `normalize.css` files.
added to the CHANGELOG (inc. date), the `package.json`, and `normalize.css`
files.
3. The commit message must be of `v0.0.0` format.
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
5. Push the changes and tags to GitHub: `git push --tags origin master`
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -12,8 +12,6 @@ normalizing.
## Install

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

Expand Down
13 changes: 0 additions & 13 deletions bower.json

This file was deleted.

8 changes: 0 additions & 8 deletions component.json

This file was deleted.

0 comments on commit 8cfa3e7

Please sign in to comment.