dalek-browser-chrome-canary
Advanced tools
Comparing version 0.0.6-2013-10-17-11-38-53 to 0.0.6-2013-10-29-09-21-21
@@ -640,3 +640,4 @@ /*! | ||
_processesNix: function (fn) { | ||
var cmd = ['ps -ax', '|', 'grep ' + this.processName]; | ||
var processName = process.platform === 'darwin' ? this.processName : this.processName.toLowerCase(); | ||
var cmd = ['ps -ax', '|', 'grep ' + processName]; | ||
cp.exec(cmd.join(' '), this._processListNix.bind(this, fn)); | ||
@@ -643,0 +644,0 @@ return this; |
{ | ||
"name": "dalek-browser-chrome-canary", | ||
"version": "0.0.6-2013-10-17-11-38-53", | ||
"version": "0.0.6-2013-10-29-09-21-21", | ||
"description": "Google Chrome bindings for DalekJS", | ||
@@ -11,3 +11,3 @@ "homepage": "http://dalekjs.com", | ||
"ncp": "~0.4.2", | ||
"npmconf": "~0.1.3", | ||
"npmconf": "~0.1.5", | ||
"rimraf": "~2.2.2", | ||
@@ -20,3 +20,3 @@ "q": "~0.9.7", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-jshint": "~0.6.4", | ||
"grunt-contrib-jshint": "~0.7.0", | ||
"grunt-contrib-yuidoc": "~0.5.0", | ||
@@ -27,3 +27,3 @@ "grunt-contrib-compress": "~0.5.2", | ||
"grunt-plato": "~0.2.1", | ||
"grunt-documantix": "~0.0.3", | ||
"grunt-documantix": "~0.0.4", | ||
"grunt-include-replace": "~1.1.1", | ||
@@ -34,3 +34,3 @@ "grunt-git-contributors": "~0.1.4", | ||
"grunt-bump": "~0.0.11", | ||
"load-grunt-tasks": "~0.1.3", | ||
"load-grunt-tasks": "~0.2.0", | ||
"dalek-build-tools": "~0.0.2", | ||
@@ -37,0 +37,0 @@ "time-grunt": "~0.1.1", |
49684
1037
Updatednpmconf@~0.1.5