Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update husky to the latest version 🚀 (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and abhiomkar committed Oct 10, 2018
1 parent 28a8cfe commit 8f8717d
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 20 deletions.
219 changes: 202 additions & 17 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 @@ -9,7 +9,6 @@
"changelog": "standard-changelog -i CHANGELOG.md -k packages/material-components-web/package.json",
"clean": "del-cli build/** build .closure-tmp/** .closure-tmp",
"clean:site": "del-cli .site-generator-tmp/** .site-generator-tmp",
"commitmsg": "validate-commit-msg",
"dist": "npm run build && npm run build:min",
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --config=demos/webpack.config.js --progress --inline --hot --host 0.0.0.0",
"fix:js": "eslint --fix packages test webpack.config.js demos/webpack.config.js karma.conf.js",
Expand Down Expand Up @@ -83,7 +82,7 @@
"google-closure-compiler": "^20180805.0.0",
"handlebars": "^4.0.11",
"htmllint-cli": "0.0.7",
"husky": "^0.14.0",
"husky": "^1.1.1",
"is-online": "^7.0.0",
"istanbul": "^0.4.4",
"istanbul-instrumenter-loader": "^3.0.0",
Expand Down Expand Up @@ -244,5 +243,10 @@
"mdc-tab-bar",
"mdc-textfield",
"mdc-top-app-bar"
]
],
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg"
}
}
}

0 comments on commit 8f8717d

Please sign in to comment.