-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bundles): Point package.json main: to the umd bundle. Stop shipp…
…ing commonjs. BREAKING CHANGE: We no longer ship commonjs in the npm package. We now ship esm+es5 (individual files) and UMD bundles only. This brings ui-router-ng2 npm package in line with how the core Angular 2 packages are packaged. We compile and distribute esm+es5 + typescript typings in `lib/` (formerly in `lib-esm/`) We *no longer include the commonjs+es5* (formerly in `lib/`) We now point the `main:` entry to the UMD bundle for commonjs users.
- Loading branch information
1 parent
9aae71a
commit 34ea6ad
Showing
4 changed files
with
740 additions
and
338 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 was deleted.
Oops, something went wrong.
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.