1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-06-02 19:26:09 +08:00
Charles Lyding 8185558e79 refactor(@angular/pwa): remove @angular-devkit/core dependency
The `@angular-devkit/core` dependency was only used for two path manipulation functions. Since this schematic already uses Node.js builtins, the `path` builtin can also be used to provide equivalent function without the need for an additional dependency.
2021-04-02 08:08:58 +02:00

21 lines
423 B
JSON

{
"name": "@angular/pwa",
"version": "0.0.0",
"description": "PWA schematics for Angular",
"experimental": true,
"keywords": [
"blueprints",
"code generation",
"schematics"
],
"schematics": "./collection.json",
"ng-add": {
"save": false
},
"dependencies": {
"@angular-devkit/schematics": "0.0.0",
"@schematics/angular": "0.0.0",
"parse5-html-rewriting-stream": "6.0.1"
}
}