File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "types" : [
3
+ {
4
+ "type" : " feat" ,
5
+ "section" : " Features"
6
+ },
7
+ {
8
+ "type" : " fix" ,
9
+ "section" : " Bug Fixes"
10
+ },
11
+ {
12
+ "type" : " chore" ,
13
+ "hidden" : true
14
+ },
15
+ {
16
+ "type" : " docs" ,
17
+ "section" : " Documentation "
18
+ },
19
+ {
20
+ "type" : " style" ,
21
+ "hidden" : true
22
+ },
23
+ {
24
+ "type" : " refactor" ,
25
+ "hidden" : true
26
+ },
27
+ {
28
+ "type" : " perf" ,
29
+ "section" : " Performance"
30
+ },
31
+ {
32
+ "type" : " test" ,
33
+ "hidden" : true
34
+ }
35
+ ],
36
+ "commitUrlFormat" : " https://github.com/devXprite/httpfy/commits/{{hash}}" ,
37
+ "compareUrlFormat" : " https://github.com/devXprite/httpfy/compare/{{previousTag}}...{{currentTag}}"
38
+ }
Original file line number Diff line number Diff line change 12
12
"prettier" : " prettier --check ." ,
13
13
"prettier:fix" : " prettier --write ." ,
14
14
"format" : " npm run prettier:fix && npm run lint:fix" ,
15
- "postinstall" : " node ./lib/postinstall .js" ,
15
+ "postinstall" : " node ./lib/postInstall .js" ,
16
16
"release" : " standard-version" ,
17
17
"release:minor" : " standard-version --release-as minor" ,
18
18
"release:patch" : " standard-version --release-as patch" ,
66
66
"node" : " >=8.0.0"
67
67
},
68
68
"engineStrict" : true
69
- }
69
+ }
You can’t perform that action at this time.
0 commit comments