-
Notifications
You must be signed in to change notification settings - Fork 817
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(packaging): change package structure
The new package structure enables better tooling support when you develop your application with TypeScript. BREAKING CHANGES: * The module name has changed. So you have to change your import path. old: `angular2_google_maps/angular2_google_maps` new: `angular2-google-maps/core` * ES5 files that can be consumed using CommonJS are now in the root directory (old path was `/cjs/angular2_google_maps`) * The ES6 files directory has changed: Old dir: `/es6/angular2_google_maps` New dir: `/es6` * The TypeScript files directory has changed: Old dir: `/ts/angular2_google_maps` New dir: `/ts` * The `/typings` directory with bundled typings was deleted. (Typings are now in the root directory seperated by file)
- Loading branch information
1 parent
de569df
commit 77d634e
Showing
9 changed files
with
39 additions
and
69 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
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 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
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
File renamed without changes.