Scoped: update readme headers to @babel/ [skip ci]

This commit is contained in:
Henry Zhu
2017-10-16 17:13:12 -04:00
parent adfacbb270
commit c0a958098f
128 changed files with 128 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
# babel-plugin-transform-jscript
# @babel/plugin-transform-jscript
> This plugin allows Babel to transform named function expressions into function declarations to get around some [particularly nasty JScript bugs](https://kangax.github.io/nfe/#jscript-bugs) related to name function expressions.