Make babel-node a standalone package (#6023)

* Make babel-node a standalone package

* New package `babel-node` previously `babel-cli/bin/babel-node`

* updates
This commit is contained in:
Brian Ng
2017-07-29 21:26:28 -05:00
committed by Henry Zhu
parent e32042f353
commit 6d965c0926
30 changed files with 627 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
require("../lib/babel-node");