Comparing version 2.0.0 to 2.0.1
@@ -105,3 +105,6 @@ "use strict"; | ||
const relativeUtils = path.relative(outputDir, opts.utilPath).replace(/\\/g, '/'); | ||
let relativeUtils = path.relative(outputDir, opts.utilPath).replace(/\\/g, '/'); | ||
if (relativeUtils[0] !== ".") { | ||
relativeUtils = "./" + relativeUtils; | ||
} | ||
@@ -108,0 +111,0 @@ source = `"use strict"; |
{ | ||
"name": "webidl2js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Auto-generates class structures for WebIDL specifications", | ||
@@ -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
27986
810