Remove babel-doctor from babel-cli (#4725)

* Remove babel-doctor from babel-cli

fixes #4678

* Throw when babel-doctor is used
This commit is contained in:
Kai Cataldo
2016-10-14 14:49:16 -04:00
committed by Henry Zhu
parent dc4140dc5f
commit 50baac3251
8 changed files with 1 additions and 240 deletions

2
packages/babel-cli/bin/babel-doctor.js Executable file → Normal file
View File

@@ -1,3 +1,3 @@
#!/usr/bin/env node
require("../lib/babel-doctor");
throw new Error("babel-doctor has been removed.");