80b025ae53
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 |
||
---|---|---|
.. | ||
docs | ||
src | ||
test | ||
README.dart.md | ||
README.js.md | ||
benchpress.dart | ||
benchpress.ts | ||
common.ts | ||
index.dart | ||
index.ts | ||
package.json | ||
pubspec.yaml | ||
tsconfig.json |
README.js.md
Benchpress - a framework for e2e performance tests
The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo.
See this project for an example.
License: Apache MIT 2.0