Skip to content

Commit

Permalink
updated rollup with proper name
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Apr 10, 2017
1 parent 32a053d commit c97a692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default {
entry: './dist/modules/angular-library-starter.es5.js',
dest: './dist/bundles/angular-library-starter.umd.js',
entry: './dist/modules/ngx-infinite-scroll.es5.js',
dest: './dist/bundles/ngx-infinite-scroll.umd.js',
format: 'umd',
exports: 'named',
moduleName: 'ng.angularLibraryStarter',
moduleName: 'ng.ngxInfiniteScroll',
external: [
'@angular/core',
'@angular/common',
Expand Down

0 comments on commit c97a692

Please sign in to comment.