Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Biesbjerg committed Jun 25, 2020
1 parent ea990d6 commit bc3e5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biesbjerg/ngx-translate-extract",
"version": "7.0.1",
"version": "7.0.2",
"description": "Extract strings from projects using ngx-translate",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
"typescript": "^3.9.5"
},
"peerDependencies": {
"@angular/compiler": "^8.0.0 || ^9.0.0 || 10.0.0^",
"@angular/compiler": "^8.0.0 || ^9.0.0 || ^10.0.0",
"typescript": "^3.0.0"
},
"dependencies": {
Expand Down

0 comments on commit bc3e5fb

Please sign in to comment.