Comparing version 1.0.0-1 to 1.0.0-2
@@ -60,5 +60,4 @@ #!/usr/bin/env node | ||
const options = Object.assign({}, defaultOptions, opts) | ||
const { pathToDestination: nonRelative, pathToRepo, isNewRepo, force, rp } = options | ||
const pathToDestination = path.relative(__dirname, nonRelative) | ||
console.log({ pathToDestination }) | ||
const { pathToDestination, pathToRepo, isNewRepo, force, rp } = options | ||
try { | ||
@@ -65,0 +64,0 @@ if (!force) { |
{ | ||
"name": "insj", | ||
"version": "1.0.0-1", | ||
"version": "1.0.0-2", | ||
"description": "A no excuses project scaffolding tool", | ||
@@ -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
41942
487