Comparing version 1.0.3 to 1.0.4
@@ -17,3 +17,2 @@ var Download = require("download"); | ||
var url = getUrl(repo, clone); | ||
console.log("url" + url); | ||
if (clone) { | ||
@@ -20,0 +19,0 @@ gitclone(url, dest, { |
@@ -39,3 +39,3 @@ var fs = require('fs'); | ||
this.options = { | ||
app: opts.app || 'nav-drawer', | ||
app: 'button', | ||
port: opts.port || 8888, | ||
@@ -46,2 +46,4 @@ baseUrl: 'karthickthangasamy/' | ||
command = (process.argv[2]).toString().trim(); | ||
if (process.argv.length > 3) | ||
this.options.app = (process.argv[3]).toString().trim(); | ||
if (command && command in global && typeof global[command] == 'function') | ||
@@ -48,0 +50,0 @@ global[command](this.options); |
@@ -65,2 +65,2 @@ var http = require("http"), | ||
}).listen(port); | ||
} | ||
} |
{ | ||
"name": "ej-cli", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
6220