Skip to content

Commit 5f6d8a1

Browse files
committed
fix: support angular 8
1 parent cc9a610 commit 5f6d8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"version": "0.0.0-placeholder",
99
"peerDependencies": {
10-
"@angular/core": "^5.2.0 || ^6.0.0 || ^7.0.0",
11-
"@angular/platform-browser": "^5.2.0 || ^6.0.0 || ^7.0.0"
10+
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
11+
"@angular/platform-browser": "^6.0.0 || ^7.0.0 || ^8.0.0"
1212
},
1313
"repository": "typectrl/ngx-csv",
1414
"homepage": "https://github.com/typectrl/ngx-csv",

0 commit comments

Comments
 (0)