Comparing version 1.1.1 to 1.1.2
// Generated by CoffeeScript 1.10.0 | ||
var BufferStream, Stream, logError, once, parse, readPkgUp, ref, spawn, | ||
var BufferStream, Stream, logError, once, parse, ref, spawn, | ||
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
@@ -8,4 +8,2 @@ hasProp = {}.hasOwnProperty; | ||
readPkgUp = require('read-pkg-up'); | ||
spawn = require('child_process').spawn; | ||
@@ -12,0 +10,0 @@ |
{ | ||
"name": "executive", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Elegant command execution.", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
16726
369