push2cloud-cf-adapter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,3 @@ const _ = require('lodash'); | ||
}; | ||
var matches = input.toUpperCase().match(/(\d)+([MG]?)B?$/); | ||
var matches = input.toUpperCase().match(/(\d+)([MG]?)B?$/); | ||
var value = parseInt(matches[1]); | ||
@@ -13,0 +13,0 @@ var unit = matches[2]; |
{ | ||
"name": "push2cloud-cf-adapter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "abstracts cloud foundry api", | ||
@@ -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