File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "hooks": {
3
+ "pre-push": "npm t",
4
+ "pre-commit": "npm run lint",
5
+ "commit-msg": "conventional-changelog-lint -p angular -e"
6
+ }
7
+ }
Original file line number Diff line number Diff line change
1
+ export default {
2
+ verbose : true
3
+ }
Original file line number Diff line number Diff line change 3
3
"description" : " Add webp supporting in your html" ,
4
4
"version" : " 1.5.0" ,
5
5
"author" : " seokirill" ,
6
- "ava" : {
7
- "verbose" : " true"
8
- },
9
6
"bugs" : " https://github.com/posthtml/posthtml-webp/issues" ,
10
7
"dependencies" : {
11
8
"posthtml" : " ^0.13.0"
22
19
"snazzy" : " ^8.0.0" ,
23
20
"standard" : " ^14.3.4"
24
21
},
25
- "husky" : {
26
- "hooks" : {
27
- "pre-push" : " npm t" ,
28
- "pre-commit" : " npm run lint" ,
29
- "commit-msg" : " conventional-changelog-lint -p angular -e"
30
- }
31
- },
32
22
"engines" : {
33
23
"node" : " >=8"
34
24
},
You can’t perform that action at this time.
0 commit comments