mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Removes a non-existent schematic collection wired up for
`@angular/elements` that has been removed
with: 619b7cc385.
Fixes #44160.
PR Close #44187
26 lines
638 B
JSON
26 lines
638 B
JSON
{
|
|
"name": "@angular/elements",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for using Angular Components as Custom Elements",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.15.0 || >=16.10.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/elements"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": false
|
|
}
|