Comparing version 2.2.0 to 2.2.1
@@ -178,3 +178,3 @@ "use strict"; | ||
else { | ||
link = path.resolve(path.dirname(link), target); | ||
link = slash_1.default(path.resolve(path.dirname(link), target)); | ||
} | ||
@@ -181,0 +181,0 @@ try { |
{ | ||
"name": "recrawl", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "lib/recrawl.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -194,3 +194,3 @@ import { relative } from '@cush/relative' | ||
} else { | ||
link = path.resolve(path.dirname(link), target) | ||
link = slash(path.resolve(path.dirname(link), target)) | ||
} | ||
@@ -197,0 +197,0 @@ try { |
Sorry, the diff of this file is not supported yet
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
29911