From 36381d17856ede9079f832f655e493bbf15baa19 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 15 Feb 2015 17:46:45 +1100 Subject: [PATCH] rename to acorn-babel --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06704f7b00..a02568f15f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index e5c6017cf3..b2370509df 100644 --- a/package.json +++ b/package.json @@ -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",