Skip to content

Commit

Permalink
update husky to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Autre31415 committed Sep 26, 2018
1 parent 5001b5e commit 310633f
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 41 deletions.
222 changes: 184 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@
"archiver": "3.0.0",
"electron": "3.0.0",
"electron-packager": "12.1.2",
"husky": "0.14.3",
"husky": "1.0.0",
"lint-staged": "7.3.0",
"standard": "12.0.1"
},
"scripts": {
"start": "node build.js && electron .",
"package": "node build.js && node packager.js",
"test": "standard",
"precommit": "lint-staged"
"test": "standard"
},
"lint-staged": {
"*.js": "standard"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit 310633f

Please sign in to comment.