Comparing version
@@ -13,6 +13,8 @@ #!/usr/bin/env node | ||
if (require.main !== module) { | ||
return; | ||
if (import.meta.url !== `file://${process.argv[1]}`) { | ||
process.exit(0); | ||
} | ||
if (!command) { | ||
@@ -19,0 +21,0 @@ console.error("❌ Error: No command provided."); |
{ | ||
"name": "exemvc", | ||
"version": "1.1.2", | ||
"version": "1.1.3-0", | ||
"main": "index.js", | ||
@@ -11,3 +11,4 @@ "type": "module", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "node index.js" | ||
"postinstall": "node index.js", | ||
"publish:prerelease": "npm version prerelease && npm publish" | ||
}, | ||
@@ -14,0 +15,0 @@ "keywords": [], |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8595
1.24%3
50%