Skip to content

Commit

Permalink
build: expose external module to ng-packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 19, 2018
1 parent 09b69b5 commit 0bcc4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"lib": {
"entryFile": "./src/public_api.ts",
"umdModuleIds": {
"codemirror": "./node_modules/codemirror/lib/codemirror"
"codemirror": "codemirror",
"ngx-bootstrap": "ngx-bootstrap"
}
}
}

0 comments on commit 0bcc4f9

Please sign in to comment.