remotedev-server
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -8,4 +8,10 @@ module.exports = function(argv) { | ||
workerController: __dirname + '/worker.js', | ||
allowClientPublish: false | ||
allowClientPublish: false, | ||
protocol: argv.protocol || 'http', | ||
protocolOptions: !(argv.protocol === 'https') ? null : { | ||
key: argv.key || null, | ||
cert: argv.cert || null, | ||
passphrase: argv.passphrase || null | ||
} | ||
}); | ||
}; |
{ | ||
"name": "remotedev-server", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Run the RemoteDev monitor on your local server.", | ||
@@ -5,0 +5,0 @@ "main": "bin/server.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
6711
67