-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib): support for angular v7 (#114)
* feat(wip): upgrade dependencies to angular v7 * feat: move ngx-scroll-to module to angular v7 project * feat: add stuff to package.json * feat: add contributor 👍 * refactor: update package.json * fix: remove e2e for now * refactor: set default project to demo * fix: lib test
- Loading branch information
Nicky Lenaers
authored
Dec 12, 2018
1 parent
62baea0
commit 5b9cb85
Showing
44 changed files
with
5,082 additions
and
7,668 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"hooks": { | ||
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS --extends \"@commitlint/config-angular\"" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.