Skip to content

Commit

Permalink
Merge pull request orizens#145 from orizens/feature/ng4
Browse files Browse the repository at this point in the history
Feature/ng4
  • Loading branch information
orizens authored Apr 12, 2017
2 parents 82d088d + c97a692 commit 1eedb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-infinite-scroll",
"version": "0.4.0-0",
"version": "0.4.0-2",
"description": "Build an Angular library compatible with AoT compilation and Tree shaking",
"main": "./bundles/ngx-infinite-scroll.umd.js",
"module": "./modules/ngx-infinite-scroll.es5.js",
Expand All @@ -10,6 +10,7 @@
"test": "karma start",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"publish:beta": "npm publish --tag beta ./dist",
"compodoc": "compodoc -p tsconfig.json",
"compodoc-serve": "compodoc -s"
},
Expand Down
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 1eedb4c

Please sign in to comment.