From 425c2090c1b7513023b03e818ec86a852ac61fde Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 16 Oct 2017 17:13:28 -0400 Subject: [PATCH] Scoped: update standalone [skip ci] --- packages/babel-standalone/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-standalone/src/index.js b/packages/babel-standalone/src/index.js index 7fb92eea30..da40bf7bf0 100644 --- a/packages/babel-standalone/src/index.js +++ b/packages/babel-standalone/src/index.js @@ -1,5 +1,5 @@ /** - * Entry point for babel-standalone. This wraps Babel's API in a version that's + * Entry point for @babel/standalone. This wraps Babel's API in a version that's * friendlier for use in web browers. It removes the automagical detection of * plugins, instead explicitly registering all the available plugins and * presets, and requiring custom ones to be registered through `registerPlugin` @@ -210,7 +210,7 @@ registerPlugins({ "transform-regenerator": require("@babel/plugin-transform-regenerator"), "transform-runtime": require("@babel/plugin-transform-runtime"), "transform-strict-mode": require("@babel/plugin-transform-strict-mode"), - "transform-unicode-property-regex": require("@babel/plugin-transform-unicode-property-regex"), + "transform-unicode-property-regex": require("babel-plugin-transform-unicode-property-regex"), }); // All the presets we should bundle