Skip to content

Commit

Permalink
Merge pull request #2985 from jasonaden/remove_module_key
Browse files Browse the repository at this point in the history
build: remove 'module' and 'es2015' keys to avoid resolution conflicts
  • Loading branch information
kwonoj authored Oct 22, 2017
2 parents 2e3d216 + 5073139 commit c98bb2c
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 c98bb2c

Please sign in to comment.