Comparing version 1.1.0 to 1.1.1
# master | ||
# 1.1.1 | ||
* Fix option parsing for `--port` | ||
# 1.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -22,3 +22,3 @@ var fs = require('fs') | ||
actionPerformed = true | ||
broccoli.server.serve(new Watcher(getBuilder()), options.host, options.port) | ||
broccoli.server.serve(new Watcher(getBuilder()), options.host, parseInt(options.port, 10)) | ||
}) | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "broccoli", | ||
"description": "Fast client-side asset builder", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Jo Liss <joliss42@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
56083
1