rename to acorn-babel

This commit is contained in:
Sebastian McKenzie 2015-02-15 17:46:45 +11:00
parent 032d66d79f
commit 36381d1785
2 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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",