aboutsummaryrefslogtreecommitdiff
path: root/babel-plugin-async-to-promises/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'babel-plugin-async-to-promises/.babelrc')
-rw-r--r--babel-plugin-async-to-promises/.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/babel-plugin-async-to-promises/.babelrc b/babel-plugin-async-to-promises/.babelrc
new file mode 100644
index 0000000..c13c5f6
--- /dev/null
+++ b/babel-plugin-async-to-promises/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015"]
+}