[Pkg-javascript-commits] [node-acorn-jsx] 440/484: "6to5" is now "babel"

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:21:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit 68474c2ae8981b467776b0e1293aa65df6064cec
Author: Jay Phelps <hello at jayphelps.com>
Date:   Tue Feb 17 17:16:45 2015 -0800

    "6to5" is now "babel"
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bee4df9..54c2520 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ According to [benchmarks](https://github.com/RReverser/acorn-jsx/blob/master/tes
 
 ## Transpiler
 
-Please note that this tool only parses source code to JSX AST, which is useful for various language tools and services. If you want to transpile your code to regular ES5-compliant JavaScript with source map, check out [6to5 transpiler](http://6to5.org/) which used `acorn-jsx` under the hood.
+Please note that this tool only parses source code to JSX AST, which is useful for various language tools and services. If you want to transpile your code to regular ES5-compliant JavaScript with source map, check out the [babel transpiler](https://babeljs.io/) which uses `acorn-jsx` under the hood.
 
 ## Installation
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list