bakasho-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "bakasho-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "CLI utilities for bakasho libraries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
var argParser = require("minimist"), | ||
path = require("path"), | ||
fs = require("fs"); | ||
@@ -10,4 +11,6 @@ | ||
var packageJson = JSON.parse(fs.readFileSync("./package.json")); | ||
var installRoot = path.dirname(__dirname); | ||
var packageJson = JSON.parse(fs.readFileSync( installRoot + "/package.json")); | ||
function showHelp() { | ||
@@ -14,0 +17,0 @@ |
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
13308
190