move build-external-helpers to tools

This commit is contained in:
Sebastian McKenzie
2015-03-10 17:20:14 +11:00
parent 0ca71f5e15
commit 5586ce280f
5 changed files with 90 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
var commander = require("commander");
var util = require("../lib/babel/util");
var runtime = require("../lib/babel/build-external-helpers");
var runtime = require("../lib/babel/tools/build-external-helpers");
commander.option("-l, --whitelist [whitelist]", "Whitelist of helpers to ONLY include", util.list);
commander.option("-t, --output-type [type]", "Type of output (global|umd|var)", "global");