Skip to content

Commit

Permalink
Merge pull request facebook#329 from rickhanlonii/rh-fix-node-6
Browse files Browse the repository at this point in the history
Fix Node 6 support
  • Loading branch information
mjesun committed Jan 9, 2019
2 parents d5ac001 + 903d3b5 commit 6ba0b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-fbjs/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-fbjs",
"version": "3.1.1",
"version": "3.1.2",
"description": "Babel preset for Facebook projects.",
"repository": "facebook/fbjs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-fbjs/plugins/inline-requires.js
Expand Up @@ -64,7 +64,7 @@ module.exports = babel => {
{
ignoredRequires: ignoredRequires,
inlineableCalls: inlineableCalls,
},
}
);
},
},
Expand Down

0 comments on commit 6ba0b52

Please sign in to comment.