fix bin cli shebang

This commit is contained in:
Sebastian McKenzie 2015-10-30 17:18:31 +00:00
parent 309a7556ff
commit 60748578fd

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env node
console.error("The CLI has been moved into the package `babel-cli`.");
console.log();