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

Commit

Permalink
Merge branch 'master' into t/ckeditor5/479
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Feb 6, 2019
2 parents 086eab1 + 02a52e6 commit 9da1e7c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"@ckeditor/ckeditor5-undo": "^10.0.4",
"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 @@ -46,8 +46,7 @@
"theme"
],
"scripts": {
"lint": "eslint --quiet '**/*.js'",
"precommit": "lint-staged"
"lint": "eslint --quiet '**/*.js'"
},
"lint-staged": {
"**/*.js": [
Expand All @@ -57,5 +56,10 @@
"eslintIgnore": [
"src/lib/**",
"packages/**"
]
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit 9da1e7c

Please sign in to comment.