Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "jqkill", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A linter to help locate and eliminate jQuery", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { promises as fs } from 'fs'; | ||
import { join } from 'path'; | ||
export async function readPkg () { | ||
const PKG_PATH = join(new URL(import.meta.url).pathname, '../../../package.json'); | ||
const PKG_PATH = new URL('../../package.json', import.meta.url); | ||
if (!await fs.stat(PKG_PATH)) { | ||
@@ -7,0 +6,0 @@ throw Error('package.json not found, is this a 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
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
15023
336