Scoped: rename to @babel/ in readme [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 14:56:40 -04:00
parent dfbbe82598
commit 79ddf12d9d
103 changed files with 133 additions and 133 deletions

View File

@@ -12,7 +12,7 @@ type ElementState = {
post?: Function; // function called with (state: ElementState) after building attribs
};
require("babel-helper-builder-react-jsx")({
require("@babel/helper-builder-react-jsx")({
filter: function (element: JSXElement) {
// if returns false, the element isn't transformed
},