beautiful-log
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "beautiful-log", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Because logging should be beautiful.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,4 +11,4 @@ # beautiful-log | ||
Please note that `beautiful-log` uses rest parameters to capture arguments, and thus requires Node to be run with the | ||
`--harmony` flag. | ||
`beautiful-log` requires rest arguments in order to run properly. This means that you must either use Node 6.x (in | ||
which rest arguments are enabled by defualt) or run with the `--harmony` flag. | ||
@@ -15,0 +15,0 @@ ```js |
787790