bubbles-server
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -70,3 +70,3 @@ var ldnode = require('ldnode') | ||
callback: function () { | ||
fs.readFile(path.resolve(__dirname, '../package.json'), 'utf-8', | ||
fs.readFile(path.resolve(__dirname, './package.json'), 'utf-8', | ||
function (err, file) { | ||
@@ -106,2 +106,5 @@ if (err) { | ||
var argv = bin() | ||
if (argv.version) { | ||
return 0 | ||
} | ||
var server = createServer(argv) | ||
@@ -108,0 +111,0 @@ server.listen(argv.port, function () { |
{ | ||
"name": "bubbles-server", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Server for bubbles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6616
6
97
1
22