Comparing version 1.0.4 to 1.0.5
@@ -6,10 +6,6 @@ var http = require("http"), | ||
var path; | ||
module.exports = serve; | ||
function serve(options) { | ||
port = +(options.port); | ||
function onRequest(request, response) { | ||
@@ -16,0 +12,0 @@ var uri = url.parse(request.url).pathname, |
{ | ||
"name": "ej-cli", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"main": "lib/cli.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
Sorry, the diff of this file is not supported yet
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
6168
6
165