Skip to content

Commit

Permalink
chore(.make-packages): change es6 to just es
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Dec 8, 2015
1 parent 10563d3 commit a9a1e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var cjsPkg = Object.assign({}, pkg, {
typings: 'Rx.d.ts'
});
var es6Pkg = Object.assign({}, cjsPkg, {
name: 'rxjs-es6',
name: 'rxjs-es',
});

fs.writeFileSync('dist/cjs/package.json', JSON.stringify(cjsPkg, null, 2));
Expand Down

0 comments on commit a9a1e6a

Please sign in to comment.