Skip to content

Commit

Permalink
chore: fix umd bundle name for plunker (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov authored and pkozlowski-opensource committed Jul 9, 2018
1 parent 29069de commit 6c76fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/plunk-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function generateConfigJs() {
'tslib': 'npm:tslib/tslib.js',
'typescript': 'npm:typescript@${versions.typescript}/lib/typescript.js',
'@ng-bootstrap/ng-bootstrap': 'npm:@ng-bootstrap/ng-bootstrap@${versions.ngBootstrap}/bundles/ng-bootstrap.js'
'@ng-bootstrap/ng-bootstrap': 'npm:@ng-bootstrap/ng-bootstrap@${versions.ngBootstrap}/bundles/ng-bootstrap.umd.js'
},
packages: {
app: {
Expand Down

0 comments on commit 6c76fba

Please sign in to comment.