temporarily rename function-sent pkg to 2 (#6011) [skip ci]

* update readme [skip ci]

* rename to sent2 until we get the package [skip ci]
This commit is contained in:
Henry Zhu
2017-07-25 17:30:31 -04:00
committed by GitHub
parent 76060bb2c7
commit 2841945095
3 changed files with 774 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
# babel-plugin-transform-function-sent
# babel-plugin-transform-function-sent2
> Publishing as 2 until we get the package
> Compile the `function.sent` meta property, used inside generator functions, to valid ES2015 code.
## Example

View File

@@ -1,5 +1,5 @@
{
"name": "babel-plugin-transform-function-sent",
"name": "babel-plugin-transform-function-sent2",
"version": "7.0.0-alpha.15",
"description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-sent",