Skip to content

Commit ee6cd75

Browse files
committed
Drop Bower support
Bower is deprecated bower/bower#2298
1 parent fc747bb commit ee6cd75

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trim_trailing_whitespace = true
1616
# https://daringfireball.net/projects/markdown/syntax#block
1717
trim_trailing_whitespace = false
1818

19-
[{.travis.yml,bower.json,package.json}]
19+
[{.travis.yml,package.json}]
2020
# The indent size used in the `package.json` file cannot be changed
2121
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
2222
indent_size = 2

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ even cross-domain.
1414
There are a few options for getting the Apache server configs:
1515

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

2121
## Usage
2222

bower.json

-24
This file was deleted.

0 commit comments

Comments
 (0)