Skip to content

Commit 3425f72

Browse files
committed
Add bower.json and publish on Bower
Ref: http://bower.io/
1 parent e4bbe9d commit 3425f72

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trim_trailing_whitespace = true
1414
[*.md]
1515
trim_trailing_whitespace = false
1616

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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### HEAD
22

3+
* Add `bower.json` and publish on `Bower`.
34
* Improve inline comments.
45
* Add configs for files marked as `application/x-javascript`
56
[[23793d8](https://github.com/h5bp/server-configs-apache/commit/23793d85f3c13a5f239538156021748c98b40183)].

bower.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"author": "The H5BP Team",
3+
"homepage": "https://github.com/h5bp/server-configs-apache",
4+
"ignore": [
5+
"**/*",
6+
"!dist/**/*"
7+
],
8+
"keywords": [
9+
"apache",
10+
"boilerplate",
11+
"configs",
12+
"configurations",
13+
"h5bp",
14+
"server",
15+
"template"
16+
],
17+
"name": "apache-server-configs",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/h5bp/server-configs-apache"
21+
},
22+
"version": "2.9.0"
23+
}

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
"homepage": "https://github.com/h5bp/server-configs-apache",
1717
"keywords": [
1818
"apache",
19+
"boilerplate",
1920
"configs",
2021
"configurations",
2122
"h5bp",
22-
"server"
23+
"server",
24+
"template"
2325
],
2426
"license": {
2527
"type": "MIT",

0 commit comments

Comments
 (0)