mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* test: add tree-shaking test currently this doesn't throw or break the build, first we need to resolve all of the existing issues. to run execute: ./tools/tree-shaking-test/test.sh then inspect dist/tree-shaking/test/**/*.bundle.js * fix(http): remove peerDep on @angular/common it is not needed there because it will get transitively installed by @angular/platform-browser we only need to declare this dependency in tsconfig.json because tsconfig.json's do not support transitive dependencies in this way.
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"name": "@angular/http",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jsnext:main": "esm/index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rxjs": "5.0.0-beta.6",
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|