File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ end_of_line = LF
4
4
indent_style = tab
5
5
trim_trailing_whitespace = false
6
6
insert_final_newline = true
7
+
8
+ [{package.json,* .yml} ]
9
+ indent_style = space
10
+ indent_size = 2
Original file line number Diff line number Diff line change 4
4
"description" : " Old school DocumentJS theme" ,
5
5
"main" : " static/docjs" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo \" testing\" " ,
8
+ "postversion" : " git push --tags && git push" ,
9
+ "release:pre" : " npm version prerelease && npm publish" ,
10
+ "release:patch" : " npm version patch && npm publish" ,
11
+ "release:minor" : " npm version minor && npm publish" ,
12
+ "release:major" : " npm version major && npm publish"
8
13
},
9
14
"repository" : {
10
15
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments