Comparing version 13.1.0 to 13.1.1
@@ -50,3 +50,3 @@ 'use strict'; | ||
absolute_eslint_path | ||
= absolute_eslint_path.replace('/lib/api.js', '/lib/unsupported-api.js'); | ||
= path.join(path.dirname(absolute_eslint_path), 'unsupported-api.js'); | ||
} | ||
@@ -53,0 +53,0 @@ return lru_cache.set(cwd, { |
{ | ||
"name": "eslint_d", | ||
"version": "13.1.0", | ||
"version": "13.1.1", | ||
"description": "Makes eslint the fastest linter on the planet", | ||
@@ -38,3 +38,4 @@ "bin": "bin/eslint_d.js", | ||
"Christian Alfoni <christianalfoni@gmail.com>", | ||
"Amrit Kahlon <amritkahlon00@gmail.com>" | ||
"Amrit Kahlon <amritkahlon00@gmail.com>", | ||
"asasinmode <skin9470@gmail.com>" | ||
], | ||
@@ -41,0 +42,0 @@ "homepage": "https://github.com/mantoni/eslint_d.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
39678