Skip to content

Commit

Permalink
fix(scoped-libs): remove typo in the main property (#540)
Browse files Browse the repository at this point in the history
The typo in the main property is causing issues while importing the library, as the referenced files
does not exist.
  • Loading branch information
dschwank authored Jan 15, 2022
1 parent c10c4ed commit 71a2823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/transloco-scoped-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ngneat/transloco-scoped-libs",
"version": "3.0.3",
"description": "Transloco support tool for libraries with translations",
"main": "src/lib/transloco-scroped-libs.js",
"main": "src/lib/transloco-scoped-libs.js",
"bin": {
"transloco-scoped-libs": "src/index.js"
},
Expand Down

0 comments on commit 71a2823

Please sign in to comment.