mysystem-info
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "mysystem-info", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Get your Linux Distro or Windows System Info.", | ||
@@ -5,0 +5,0 @@ "main": "system.js", |
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
import { readFileSync } from 'fs'; | ||
const packageJSON = JSON.parse(readFileSync('./package.json')); | ||
const packageJSON = JSON.parse(readFileSync(new URL("./package.json", import.meta.url))); | ||
@@ -12,0 +12,0 @@ updateNotifier({pkg: packageJSON}).notify(); |
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
7220