Skip to content

Commit

Permalink
(fix) bundle flat dependency. Closes #138
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Biesbjerg committed Aug 29, 2019
1 parent 24ebd8f commit 41bd679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biesbjerg/ngx-translate-extract",
"version": "3.0.4",
"version": "3.0.5",
"description": "Extract strings from projects using ngx-translate",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -56,6 +56,9 @@
"tslint": "^5.19.0",
"tslint-eslint-rules": "^5.4.0"
},
"bundledDependencies": [
"flat"
],
"dependencies": {
"@angular/compiler": "^8.2.2",
"boxen": "^4.1.0",
Expand Down

0 comments on commit 41bd679

Please sign in to comment.