Comparing version 1.3.1 to 1.3.2
var spawn = require('npm-execspawn') | ||
var quote = require('shell-quote').quote | ||
@@ -6,3 +7,3 @@ //Runs watchify with given args, returns process | ||
var cmd = ['watchify'] | ||
.concat(watchifyArgs||[]) | ||
.concat(quote(watchifyArgs||[])) | ||
.join(' ') | ||
@@ -9,0 +10,0 @@ |
{ | ||
"name": "budo", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -26,2 +26,3 @@ "main": "index.js", | ||
"routes-router": "^4.1.2", | ||
"shell-quote": "^1.4.3", | ||
"through2": "^0.6.3", | ||
@@ -28,0 +29,0 @@ "tmp": "0.0.24", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15843
328
15
+ Addedshell-quote@^1.4.3