Skip to content

Commit

Permalink
chore: update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 31, 2018
1 parent 554617c commit fa52490
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 36 deletions.
191 changes: 159 additions & 32 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"test": "npm run lint",
"preversion": "npm test",
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
"precommit": "lint-staged"
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s"
},
"lint-staged": {
"*.js": [
Expand Down Expand Up @@ -52,9 +51,14 @@
"conventional-changelog-cli": "^2.0.1",
"conventional-changelog-videojs": "^3.0.0",
"doctoc": "^1.3.1",
"husky": "^0.14.3",
"husky": "^1.0.0-rc.13",
"lint-staged": "^7.2.2",
"not-prerelease": "^1.0.1",
"videojs-standard": "^7.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit fa52490

Please sign in to comment.