Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,6 @@ | ||
### Version 1.3.1 (2017-02-04) | ||
- Fixed: A somewhat rare error message is now indented properly. | ||
### Version 1.3.0 (2017-02-04) | ||
@@ -2,0 +7,0 @@ |
@@ -357,5 +357,5 @@ "use strict"; | ||
function indent(string) { | ||
return string.replace(/^/g, " "); | ||
return string.replace(/^/mg, " "); | ||
} | ||
module.exports = { run, generateRandomJS }; |
{ | ||
"name": "eslump", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Simon Lydell", |
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
25346