Skip to content

Commit f5cc155

Browse files
author
Clark Wang
committed
remove deps from @angular/http
1 parent e0e73ad commit f5cc155

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@angular/compiler": ">=7.0.0",
2525
"@angular/core": ">=7.0.0",
2626
"@angular/forms": ">=7.0.0",
27-
"@angular/http": ">=7.0.0",
2827
"@angular/platform-browser": ">=7.0.0",
2928
"@angular/platform-browser-dynamic": ">=7.0.0",
3029
"@angular/platform-server": ">=7.0.0",

packages/fastify-angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-angular",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Fastify plugin for angular universal project w/ multiple locales",
55
"keywords": [
66
"fastify",
@@ -24,7 +24,6 @@
2424
"@angular/compiler": ">=7.0.0",
2525
"@angular/core": ">=7.0.0",
2626
"@angular/forms": ">=7.0.0",
27-
"@angular/http": ">=7.0.0",
2827
"@angular/platform-browser": ">=7.0.0",
2928
"@angular/platform-browser-dynamic": ">=7.0.0",
3029
"@angular/platform-server": ">=7.0.0",

0 commit comments

Comments
 (0)