Skip to content

Commit

Permalink
Drop Bower support
Browse files Browse the repository at this point in the history
Bower is deprecated bower/bower#2298
  • Loading branch information
LeoColomb committed Oct 1, 2017
1 parent fc747bb commit ee6cd75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trim_trailing_whitespace = true
# https://daringfireball.net/projects/markdown/syntax#block
trim_trailing_whitespace = false

[{.travis.yml,bower.json,package.json}]
[{.travis.yml,package.json}]
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_size = 2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ even cross-domain.
There are a few options for getting the Apache server configs:

* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/2.14.0.zip)
* Install them via:
* [npm](https://www.npmjs.com/): `npm install --save-dev apache-server-configs`
* [Bower](https://bower.io/): `bower install --save-dev apache-server-configs`
* Install them via [npm](https://www.npmjs.com/):
`npm install --save-dev apache-server-configs`


## Usage

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

This file was deleted.

0 comments on commit ee6cd75

Please sign in to comment.