File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ # For more information about the properties used in
2
+ # this file, please see the EditorConfig documentation:
3
+ # https://editorconfig.org/
4
+
5
+ root = true
6
+
7
+ [* ]
8
+ charset = utf-8
9
+ end_of_line = lf
10
+ indent_size = 2
11
+ indent_style = space
12
+ insert_final_newline = true
13
+ trim_trailing_whitespace = true
14
+
15
+ [* .md ]
16
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 2
2
"name" : " create-html5-boilerplate" ,
3
3
"version" : " 0.0.6" ,
4
4
"description" : " " ,
5
+ "keywords" : [],
6
+ "homepage" : " https://html5boilerplate.com/" ,
7
+ "bugs" : {
8
+ "url" : " https://github.com/h5bp/create-html5-boilerplate/issues"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/h5bp/create-html5-boilerplate.git"
13
+ },
14
+ "license" : " ISC" ,
15
+ "author" : " Vlad Tansky" ,
5
16
"main" : " index.js" ,
6
17
"bin" : {
7
18
"create-html5-boilerplate" : " ./index.js"
10
21
"test" : " echo \" Error: no test specified\" && exit 1" ,
11
22
"try" : " node ./index.js"
12
23
},
13
- "keywords" : [],
14
- "author" : " Vlad Tansky" ,
15
- "license" : " ISC" ,
16
24
"dependencies" : {
17
25
"chalk" : " ^4.0.0" ,
18
26
"elapsed-time-logger" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments