@angular-devkit/core
Advanced tools
Comparing version 19.1.0-rc.0 to 19.1.0
{ | ||
"name": "@angular-devkit/core", | ||
"version": "19.1.0-rc.0", | ||
"version": "19.1.0", | ||
"description": "Angular DevKit - Core Utility Library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -221,3 +221,3 @@ "use strict"; | ||
if (path.match(/^[A-Z]:[/\\]/i)) { | ||
path = '\\' + path[0] + '\\' + path.slice(3); | ||
path = '\\' + path[0].toUpperCase() + '\\' + path.slice(3); | ||
} | ||
@@ -224,0 +224,0 @@ // We convert Windows paths as well here. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
263610
0