mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE: after this change, npm and yarn will issue incompatible peerDependencies warning We don't expect this to actually break an application, but the application/library package.json will need to be updated to provide tslib 1.9.0 or higher. PR Close #22667
21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"name": "@angular/compiler",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the compiler library",
|
|
"main": "./bundles/compiler.umd.js",
|
|
"module": "./esm5/compiler.js",
|
|
"es2015": "./esm2015/compiler.js",
|
|
"typings": "./compiler.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
}
|
|
}
|