forked from grbsk/ng2-idle
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PAT-3863): update ng-idle to Angular 10 (#3)
* feat(angular dependency): update to angular 9.1.6 BREAKING CHANGE: required angular 9 fix grbsk#139 * docs: fix broken badge links in README The Travis-CI and Coveralls badges broke when I renamed my account. * chore: update github links in package * docs: more broken links and remove gitter link * chore(deps): update lerna * build(hooks): run tests before pushing rather than on commit Running tests before each commit slows the dev down, so I moved push over to pre-push. We still run linting pre-commit and pre-push. * chore(release): release * feat(project): upgrade to angular 10 BREAKING CHANGE: required angular 10 * chore(*): rebuild pack-lock * build(PAT-3863): update packages/ package.json * build(PAT-3863): fix peer dep for core Co-authored-by: Marco Piovesana <mpiovesana@esteco.com> Co-authored-by: Mike Grabski <mike@mgrab.ski> Co-authored-by: Raul Crisan <raul.crisan@fxbits.io> Co-authored-by: Mychal Hackman <mychal.hackman@qhrtech.com>
- Loading branch information
1 parent
e823e97
commit 06a85f2
Showing
23 changed files
with
16,499 additions
and
8,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"hooks": { | ||
"pre-commit": "npm run lint && npm test", | ||
"pre-commit": "npm run lint", | ||
"pre-push": "npm run lint && npm test", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.