@pigeon-posse/pigeonsh
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@pigeon-posse/pigeonsh", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Centralize your server scripts in a single folder and run them using a command", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,3 +13,4 @@ | ||
const pkg = getObjectFile( 'package.json' ) | ||
const path = new URL('../../package.json', import.meta.url) | ||
const pkg = getObjectFile( path.pathname ) | ||
@@ -16,0 +17,0 @@ return { |
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
68753
851