Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "allcore", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "All your core modules are belong to us.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,4 @@ | ||
const { url, path } = require( "allcore" ); | ||
console.log( url.pathToFileURL( path.resolve(".")).href ); | ||
console.log( url.pathToFileURL( path.resolve( "." ) ).href ); | ||
const { url, path } = require( "." ); | ||
console.log( url.pathToFileURL( path.resolve(".")).href ); | ||
console.log( url.pathToFileURL( path.resolve( "." ) ).href ); | ||
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
1480
20