Skip to content

Commit

Permalink
fix missing lodash dep in lib module
Browse files Browse the repository at this point in the history
  • Loading branch information
julienboulay committed Oct 12, 2020
1 parent 4f2f05d commit dd1d361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion projects/ngx-barcode-scanner/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"dest": "../../dist/ngx-barcode-scanner",
"lib": {
"entryFile": "src/public-api.ts"
}
},
"whitelistedNonPeerDependencies": [
"tslib",
"lodash.defaultsdeep"
]
}
5 changes: 3 additions & 2 deletions projects/ngx-barcode-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-barcode-scanner",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,6 +28,7 @@
"quagga": "^0.12.1"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.0.0",
"lodash.defaultsdeep": "^4.6.1"
}
}

0 comments on commit dd1d361

Please sign in to comment.