Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Upgraded version of husky.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Jan 31, 2019
1 parent 1e24b1b commit f10d032
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"@ckeditor/ckeditor5-utils": "^11.1.0",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^1.0.9",
"husky": "^0.14.3",
"husky": "^1.3.1",
"lint-staged": "^7.0.0"
},
"engines": {
Expand All @@ -43,8 +43,7 @@
"theme"
],
"scripts": {
"lint": "eslint --quiet '**/*.js'",
"precommit": "lint-staged"
"lint": "eslint --quiet '**/*.js'"
},
"lint-staged": {
"**/*.js": [
Expand All @@ -54,5 +53,10 @@
"eslintIgnore": [
"src/lib/**",
"packages/**"
]
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit f10d032

Please sign in to comment.