File tree 4 files changed +28
-2
lines changed
4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ trim_trailing_whitespace = true
14
14
[* .md ]
15
15
trim_trailing_whitespace = false
16
16
17
- [{package.json,. travis.yml} ]
17
+ [{. travis.yml,bower.json,package.json } ]
18
18
; The indent size used in the `package.json` file cannot be changed
19
19
; https://github.com/npm/npm/pull/3180#issuecomment-16336516
20
20
indent_size = 2
Original file line number Diff line number Diff line change 1
1
### HEAD
2
2
3
+ * Add ` bower.json ` and publish on ` Bower ` .
3
4
* Improve inline comments.
4
5
* Add configs for files marked as ` application/x-javascript `
5
6
[[ 23793d8] ( https://github.com/h5bp/server-configs-apache/commit/23793d85f3c13a5f239538156021748c98b40183 )] .
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 16
16
"homepage" : " https://github.com/h5bp/server-configs-apache" ,
17
17
"keywords" : [
18
18
" apache" ,
19
+ " boilerplate" ,
19
20
" configs" ,
20
21
" configurations" ,
21
22
" h5bp" ,
22
- " server"
23
+ " server" ,
24
+ " template"
23
25
],
24
26
"license" : {
25
27
"type" : " MIT" ,
You can’t perform that action at this time.
0 commit comments