Skip to content

Commit

Permalink
chore: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Aug 29, 2018
1 parent 3e09f3f commit aa2a61f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/ngx-progressive-image-loader/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"deleteDestPath": false,
"whitelistedNonPeerDependencies": ["ngx-window-token"],
"lib": {
"entryFile": "src/public_api.ts"
"entryFile": "src/public_api.ts",
"umdModuleIds": {
"ngx-window-token": "ngxWindowToken"
}
}
}

0 comments on commit aa2a61f

Please sign in to comment.