-
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(package): update uirouter angular dependency to support angular …
…9 and bundle with ng-packagr (#379) * replace with ng-packager * chore(ng-packagr): add dist to gitignore, change angular peer deps to allow ng8, 9 and 9-next BREAKING CHANGE: This package drops support for Angular versions 7 and below. You must now upgrade to Angular 8 or higher to use this package. UIRouter dependencies have been moved to peerDependencies. You must now install peer dependencies manually using `npx check-peer-dependencies --install`.
- Loading branch information
1 parent
6d97d49
commit 384e428
Showing
4 changed files
with
2,041 additions
and
326 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ lib | |
**/_bundles | ||
_bundles | ||
yarn-error.log | ||
dist | ||
|
||
# artifacts | ||
*.d.ts | ||
|
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.