Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mitja-hofer committed Aug 13, 2024
1 parent 6addee1 commit ba5c413
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"test:debug": "karma start --browsers=Chrome --single-run=false --auto-watch --debug",
"coveralls": "cat ./test/coverage/lcov.info | coveralls",
"pretest": "rimraf ./test/coverage",
"prepare": "is-ci || husky install .husky"
"prepare": "is-ci || husky install .husky",
"auto": "auto"
},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,less,md,json}": [
Expand Down Expand Up @@ -92,5 +93,10 @@
},
"dependencies": {
"auto": "^11.2.0"
},
"auto": {
"plugins": [
"npm"
]
}
}
}

0 comments on commit ba5c413

Please sign in to comment.