Skip to content

Commit

Permalink
build: remove 'module' and 'es2015' keys to avoid resolution conflicts
Browse files Browse the repository at this point in the history
Fixes #2984
  • Loading branch information
jasonaden committed Oct 21, 2017
1 parent 2e3d216 commit 5073139
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .make-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ fs.removeSync(PKG_ROOT);
let rootPackageJson = Object.assign({}, pkg, {
name: 'rxjs',
main: './Rx.js',
module: './_esm5/Rx.js',
es2015: './_esm2015/Rx.js',
typings: './Rx.d.ts'
});

Expand Down

0 comments on commit 5073139

Please sign in to comment.