Comparing version 1.0.0 to 1.0.1
@@ -47,3 +47,3 @@ #!/usr/bin/env node | ||
await Main.run(localPackage, dest) | ||
console.log(`🦐📦 shrimport success! 🎩🍾 local package is now installed in ${dest || 'your current working directory'}!`) | ||
console.log(`🦐📦 shrimport success! 🎩🍾 ${localPackage} is now installed in ${dest || process.cwd()}!`) | ||
process.exit(0) | ||
@@ -50,0 +50,0 @@ } catch (err) { |
{ | ||
"name": "shrimport", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Zack McCartney", | ||
@@ -5,0 +5,0 @@ "repository": "github:zemccartney/shrimport", |
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
11875