Skip to content

Commit

Permalink
Bump ecmascript patch version to republish compile-ecmascript plugin.
Browse files Browse the repository at this point in the history
When the ecmascript package version was last bumped in
18e4c17, it appears that
babel-compiler@6.20.0 had not yet been published, so ecmascript was
published with a copy of that compiler plugin that did not support the
"env" property of .babelrc files (#8963).

Bumping again and republishing in hopes of fixing that problem.
  • Loading branch information
Ben Newman committed Sep 26, 2017
1 parent 8ccbd02 commit 369afe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ecmascript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.8.2',
version: '0.8.3',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});
Expand Down

0 comments on commit 369afe7

Please sign in to comment.