angular/modules
Igor Minar 80b025ae53 build(broccoli): convert dependencies to peerDependencies in all package.json templates
This is more correct and resolves the issue of having dupes within the same project.

This change has no impact on our shrinkwrap since peerDeps and deps are merged into one
within the shrinkwrap file.

BREAKING CHANGE: rxjs, reflect-metadata, zone.js and es6-shims now must be specified as
explicit dependencies of each angular app that uses npm for package management.

To migrate, please add the following into the "dependencies" section of your package.json:

```
"dependencies": {
    ...

    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-alpha.11",
    "zone.js": "0.5.8"

    ...
}
```

Closes #5560

Closes #5649
2015-12-08 11:52:26 -08:00
..
angular1_router refactor(angular_1_router): Added value for router root component 2015-12-03 22:05:51 +00:00
angular2 build(broccoli): convert dependencies to peerDependencies in all package.json templates 2015-12-08 11:52:26 -08:00
angular2_material build(broccoli): convert dependencies to peerDependencies in all package.json templates 2015-12-08 11:52:26 -08:00
benchmarks cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
benchmarks_external fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. 2015-10-28 13:17:01 -07:00
benchpress build(broccoli): convert dependencies to peerDependencies in all package.json templates 2015-12-08 11:52:26 -08:00
playground refactor(Observable): implement toPromise and fromPromise without side effects 2015-12-08 18:31:02 +00:00