Skip to content

Commit

Permalink
Merge pull request #48 from LINCnil/fix/fix-build-dependancies-for-ng…
Browse files Browse the repository at this point in the history
…x-translate

fix: pass ngx translate into library scope
  • Loading branch information
kevin-atnos authored Dec 1, 2023
2 parents 3ae856d + df6d0f0 commit 5447a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@angular/core": "^15.2.10"
},
"dependencies": {
"tslib": "^2.0.3"
"tslib": "^2.0.3",
"@ngx-translate/core": "^13.0.0"
}
}

0 comments on commit 5447a1b

Please sign in to comment.