@husamnas/nodeadmin
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -5,2 +5,4 @@ #!/usr/bin/env node | ||
const npmCmd = process.platform === "win32" ? "npm.cmd" : "npm"; | ||
const dependencies = [ | ||
@@ -27,3 +29,3 @@ "bcrypt", | ||
const install = spawn("npm", ["install"].concat(dependencies), { | ||
const install = spawn(npmCmd, ["install"].concat(dependencies), { | ||
stdio: "inherit", | ||
@@ -52,3 +54,2 @@ }); | ||
}); | ||
const runConfiguration = () => { | ||
@@ -55,0 +56,0 @@ const inquirer = require("inquirer"); |
{ | ||
"name": "@husamnas/nodeadmin", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A Node.js CLI tool to create an admin panel for MySQL databases", | ||
@@ -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
1616553
38490