github-lang-color-lookup
Advanced tools
Comparing version 1.0.0 to 1.0.1
var fs = require("fs"); | ||
var content = fs.readFileSync("colors.json"); | ||
var content = fs.readFileSync(require('path').resolve(__dirname, './colors.json')); | ||
var colors = JSON.parse(content); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "github-lang-color-lookup", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple project that allows you to lookup github colors", | ||
@@ -5,0 +5,0 @@ "main": "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
39758