Skip to content

Commit 11397da

Browse files
committed
build: perf config to file
1 parent 2de382c commit 11397da

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.huskyrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

ava.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
verbose: true
3+
}

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"description": "Add webp supporting in your html",
44
"version": "1.5.0",
55
"author": "seokirill",
6-
"ava": {
7-
"verbose": "true"
8-
},
96
"bugs": "https://github.com/posthtml/posthtml-webp/issues",
107
"dependencies": {
118
"posthtml": "^0.13.0"
@@ -22,13 +19,6 @@
2219
"snazzy": "^8.0.0",
2320
"standard": "^14.3.4"
2421
},
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-
},
3222
"engines": {
3323
"node": ">=8"
3424
},

0 commit comments

Comments
 (0)