Fix previous merges

Build scripts (create and build) were mangled somewhat by the previous
merge commits. This resets them to (almost) exactly the same state as
the 3.6.x (master) branch.

Conflicts:
	bin/lib/create.js
This commit is contained in:
Ian Clelland
2014-08-20 11:17:04 -04:00
parent b2776269cf
commit 7caa96abcd
2 changed files with 0 additions and 19 deletions
-1
View File
@@ -24,7 +24,6 @@ var shell = require('shelljs'),
Q = require('q'),
path = require('path'),
fs = require('fs'),
which = require('which'),
ROOT = path.join(__dirname, '..', '..');
var check_reqs = require('./check_reqs');