Skip to content

Commit

Permalink
Merge pull request #49 from LINCnil/build/ngpackag-update-for-ngx-tra…
Browse files Browse the repository at this point in the history
…nslate

add ngx-translate to ng-packagr.json in non peer dep
  • Loading branch information
kevin-atnos authored Dec 1, 2023
2 parents 5447a1b + f46554d commit 5fd6bc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dest": "../../dist/pia-i18n",
"lib": {
"entryFile": "src/public-api.ts"
}
}
},
"allowedNonPeerDependencies": ["@ngx-translate/core"]
}

0 comments on commit 5fd6bc4

Please sign in to comment.