pure-index
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
const { name: packageName } = await readJSON('package.json') | ||
const { name } = await readJSON('package.json') | ||
const pkg = { name, path: process.cwd() } | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "pure-index", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "some description", | ||
@@ -6,0 +6,0 @@ "main": "./bin/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
8259