Comparing version 1.1.0 to 1.1.1
# Changes | ||
## 1.1.1 | ||
- Redirect `consol.info` to `stdout` and `console.error` to `stderr` instead of | ||
aliasing `console.log` and `console.warn` (cool-Blue) | ||
## 1.1.0 | ||
@@ -4,0 +9,0 @@ |
@@ -69,6 +69,6 @@ /* | ||
redirectLog('log', 'stdout'); | ||
redirectLog('info', 'stdout'); | ||
redirectLog('warn', 'stderr'); | ||
redirectLog('error', 'stderr'); | ||
console.info = console.log; | ||
console.error = console.warn; | ||
@@ -75,0 +75,0 @@ console.trace = function () { |
{ | ||
"name": "brout", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "stdout and stderr for browsers", | ||
@@ -14,3 +14,4 @@ "keywords": [ | ||
"contributors": [ | ||
"Deema Yvanow <df.creative@gmail.com>" | ||
"Deema Yvanow <df.creative@gmail.com>", | ||
"cool-Blue <cool.blue@y7mail.com>" | ||
], | ||
@@ -26,3 +27,3 @@ "homepage": "https://github.com/mantoni/brout.js", | ||
"pretest": "npm run lint", | ||
"test": "browserify -p mocaccino ./test/*.js | phantomic" | ||
"test": "browserify -p mocaccino ./test/brout-test.js | phantomic" | ||
}, | ||
@@ -29,0 +30,0 @@ "repository": { |
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
6893