Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "jqkill", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Locate and eliminate jQuery", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,3 @@ | ||
import { dirname, join } from 'path'; | ||
import { join } from 'path'; | ||
export const basePath = join(dirname(new URL(import.meta.url).pathname), '/'); | ||
export const basePath = join(process.cwd(), '/'); |
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
14153