@pnpm/git-resolver
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -116,3 +116,3 @@ "use strict"; | ||
return key | ||
.replace(/^refs\/tags\/v?/, '') | ||
.replace(/^refs\/tags\//, '') | ||
.replace(/\^{}$/, ''); // accept annotated tags | ||
@@ -119,0 +119,0 @@ }) |
{ | ||
"name": "@pnpm/git-resolver", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Resolver for git-hosted packages", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
21562