Alan Agius e2d5bc2514 feat: change tslib from direct dependency to peerDependency (#32167)
BREAKING CHANGE:

We no longer directly have a direct depedency on `tslib`. Instead it is now listed a `peerDependency`.

Users not using the CLI will need to manually install `tslib` via;
```
yarn add tslib
```
or
```
npm install tslib --save
```

PR Close #32167
2019-10-14 16:34:47 +00:00

30 lines
956 B
JSON

{
"name": "@angular/platform-webworker",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - library for using Angular in a web browser with web workers",
"main": "./bundles/platform-webworker.umd.js",
"module": "./fesm5/platform-webworker.js",
"es2015": "./fesm2015/platform-webworker.js",
"esm5": "./esm5/platform-webworker.js",
"esm2015": "./esm2015/platform-webworker.js",
"fesm5": "./fesm5/platform-webworker.js",
"fesm2015": "./fesm2015/platform-webworker.js",
"typings": "./platform-webworker.d.ts",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"tslib": "^1.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
}