Comparing version 1.2.0 to 1.3.0
@@ -46,5 +46,9 @@ (function initLazyAss() { | ||
function endsWithNewLine(s) { | ||
return /\n$/.test(s); | ||
} | ||
function formMessage(args) { | ||
var msg = args.reduce(function (total, arg, k) { | ||
if (k) { | ||
if (k && !endsWithNewLine(total)) { | ||
total += ' '; | ||
@@ -51,0 +55,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"bugs": { | ||
@@ -52,11 +52,11 @@ "url": "https://github.com/bahmutov/lazy-ass/issues" | ||
"grunt-contrib-watch": "0.6.1", | ||
"grunt-deps-ok": "0.8.0", | ||
"grunt-deps-ok": "0.9.0", | ||
"grunt-gh-pages": "1.0.0", | ||
"grunt-karma": "0.10.1", | ||
"grunt-mocha-test": "0.12.7", | ||
"grunt-nice-package": "0.9.6", | ||
"grunt-nice-package": "0.10.1", | ||
"grunt-npm2bower-sync": "0.9.1", | ||
"jshint-stylish": "2.1.0", | ||
"karma": "0.12.32", | ||
"karma-chrome-launcher": "0.2.1", | ||
"karma-chrome-launcher": "0.2.2", | ||
"karma-coverage": "0.5.3", | ||
@@ -69,3 +69,3 @@ "karma-mocha": "0.2.1", | ||
"pre-git": "1.4.0", | ||
"semantic-release": "4.3.5", | ||
"semantic-release": "6.0.3", | ||
"time-grunt": "1.2.2" | ||
@@ -72,0 +72,0 @@ }, |
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
17423
157