Joey Perrott fc597f1db5 feat(service-worker): update supported range of node versions (#41544)
Update the supported range of node versions for Angular.  Angular now
supports node >=12.14.1 to <16.0.0, dropping support for Node v10.

PR Close #41544
2021-04-14 09:40:18 -07:00

33 lines
751 B
JSON

{
"name": "@angular/service-worker",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - service worker tooling!",
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/service-worker"
},
"bin": {
"ngsw-config": "./ngsw-config.js"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}