@azure/avocado
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -225,2 +225,3 @@ "use strict"; | ||
.getInputFiles(m.markDown) | ||
.map(f => f.replace('$(this-folder)', '.')) | ||
.uniq() | ||
@@ -227,0 +228,0 @@ .map(f => path.resolve(path.join(dir, ...f.split('\\')))) |
{ | ||
"name": "@azure/avocado", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A validator of OpenAPI configurations", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -285,2 +285,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
.getInputFiles(m.markDown) | ||
.map(f => f.replace('$(this-folder)', '.')) | ||
.uniq() | ||
@@ -287,0 +288,0 @@ .map(f => path.resolve(path.join(dir, ...f.split('\\')))) |
Sorry, the diff of this file is not supported yet
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
76620
1334