Added missing dependency

This commit is contained in:
Nicolai Ort 2020-07-24 15:44:53 +02:00
parent 412458da99
commit d4c830be9a

View File

@ -26,6 +26,7 @@
"component": "^1.1.0", "component": "^1.1.0",
"rxjs": "~6.5.4", "rxjs": "~6.5.4",
"tslib": "^1.10.0", "tslib": "^1.10.0",
"webpack": "^4.43.0",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
@ -49,6 +50,7 @@
"puppeteer": "^5.1.0", "puppeteer": "^5.1.0",
"ts-node": "~8.3.0", "ts-node": "~8.3.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"webpack": "^4.43.0",
"typescript": "~3.8.3" "typescript": "~3.8.3"
}, },
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.", "description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.",