babel-messages
Advanced tools
Comparing version 6.0.15 to 6.1.4
@@ -74,3 +74,3 @@ /* @flow */ | ||
return msg.replace(/\$(\d+)/g, function (str, i) { | ||
return args[--i]; | ||
return args[i - 1]; | ||
}); | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "babel-messages", | ||
"version": "6.0.15", | ||
"version": "6.1.4", | ||
"description": "Collection of debug messages used by Babel.", | ||
@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", |
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
4587