bare-semver
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -71,3 +71,3 @@ const errors = require('./errors') | ||
do c = input[i + ++j] | ||
while (c >= '1' && c <= '9') | ||
while (c >= '0' && c <= '9') | ||
@@ -74,0 +74,0 @@ components.push(parseInt(input.substring(i, i + j))) |
{ | ||
"name": "bare-semver", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Minimal semantic versioning library for Bare", | ||
@@ -5,0 +5,0 @@ "exports": { |
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