Comparing version 1.1.1 to 1.1.2
# master | ||
# 1.1.2 | ||
* Update findup-sync dependency | ||
# 1.1.1 | ||
@@ -4,0 +8,0 @@ |
@@ -10,3 +10,3 @@ var fs = require('fs') | ||
module.exports = broccoliCLI | ||
function broccoliCLI () { | ||
function broccoliCLI (args) { | ||
var actionPerformed = false | ||
@@ -56,3 +56,3 @@ program | ||
program.parse(process.argv) | ||
program.parse(args || process.argv) | ||
if(!actionPerformed) { | ||
@@ -59,0 +59,0 @@ program.outputHelp() |
@@ -10,3 +10,3 @@ var middleware = require('./middleware') | ||
if (typeof host !== 'string') throw new Error('Expected host to bind to (e.g. "localhost")') | ||
if (typeof port !== 'number') throw new Error('Expected port to bind to (e.g. 4200)') | ||
if (typeof port !== 'number' || port !== port) throw new Error('Expected port to bind to (e.g. 4200)') | ||
@@ -13,0 +13,0 @@ var server = {} |
{ | ||
"name": "broccoli", | ||
"description": "Fast client-side asset builder", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Jo Liss <joliss42@gmail.com>", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"copy-dereference": "^1.0.0", | ||
"findup-sync": "^0.4.2", | ||
"findup-sync": "^1.0.0", | ||
"handlebars": "^4.0.4", | ||
@@ -31,0 +31,0 @@ "heimdalljs-logger": "^0.1.7", |
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
56154
+ Addedfindup-sync@1.0.0(transitive)
- Removedfindup-sync@0.4.3(transitive)
Updatedfindup-sync@^1.0.0