rename babel-plugin-external-helpers-2 to babel-plugin-external-helpers

This commit is contained in:
Sebastian McKenzie
2015-12-24 03:54:40 +00:00
parent 730e80b231
commit 1fa24b1efd
49 changed files with 52 additions and 52 deletions

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2"]
"plugins": ["external-helpers"]
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
"plugins": ["external-helpers", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
}