@babel/cli: removed babel-node mention in README.md [skip ci] (#6829)

Follow up to 2374062bbd
This commit is contained in:
Valerii Iatsko
2017-11-16 18:04:10 +01:00
committed by Nicolò Ribaudo
parent bb89364813
commit 16e898c692

View File

@@ -4,7 +4,7 @@
In addition, various entry point scripts live in the top-level package at `@babel/cli/bin`.
There are some shell-executable utility scripts, `babel-external-helpers.js` and `babel-node.js`, and the main Babel cli script, `babel.js`.
There is a shell-executable utility script, `babel-external-helpers.js`, and the main Babel cli script, `babel.js`.
## Install