rename to acorn-babel
This commit is contained in:
parent
032d66d79f
commit
36381d1785
@ -1,6 +1,6 @@
|
||||
# acorn-6to5
|
||||
# acorn-babel
|
||||
|
||||
**acorn-6to5** is not supported outside of 6to5 usage. Do not expect support if
|
||||
**acorn-babel** is not supported outside of babel usage. Do not expect support if
|
||||
you use this in your own applications.
|
||||
|
||||
Deviates from [acorn](https://github.com/marijnh/acorn) in the following ways:
|
||||
@ -10,4 +10,4 @@ Deviates from [acorn](https://github.com/marijnh/acorn) in the following ways:
|
||||
* [ES7 Async/await](https://github.com/lukehoban/ecmascript-asyncawait)
|
||||
* [ES7 Exponentiation operator](https://github.com/rwaldron/exponentiation-operator)
|
||||
* [ES7 Object rest/spread](https://github.com/sebmarkbage/ecmascript-rest-spread)
|
||||
* [6to5 Playground features](https://6to5.github.io/playground.html)
|
||||
* [Babel Playground features](https://babeljs.io/docs/usage/playground)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "acorn-6to5",
|
||||
"description": "Acorn fork used by 6to5",
|
||||
"name": "acorn-babel",
|
||||
"description": "Acorn fork used by babel",
|
||||
"main": "acorn_csp.js",
|
||||
"version": "0.11.1-31",
|
||||
"maintainers": [
|
||||
@ -20,7 +20,7 @@
|
||||
"web": "http://sebmck.com"
|
||||
}
|
||||
],
|
||||
"repository": "https://github.com/6to5/acorn-6to5",
|
||||
"repository": "https://github.com/babel/acorn-babel",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user