banr-stream
Advanced tools
Comparing version
{ | ||
"name": "banr-stream", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Prepend one-line package.json banner in pipeline.", | ||
"main": "index.js", | ||
"bin": "bin/banr", | ||
"bin": "bin/banr-stream", | ||
"scripts": { | ||
@@ -11,3 +11,3 @@ "test": "tape test.js" | ||
"dependencies": { | ||
"banr": "~1.0.2", | ||
"banr": "~1.0.3", | ||
"minimist": "^1.2.0", | ||
@@ -14,0 +14,0 @@ "through2": "~2.0.1" |
@@ -27,3 +27,3 @@ # banr-stream [](https://travis-ci.org/joseluisq/banr-stream) [](http://standardjs.com/) | ||
```sh | ||
$ echo "MY CONTENT FILE" | banr | ||
$ echo "MY CONTENT FILE" | banr-stream | ||
/*! Banr-stream v1.0.2 | MIT (c) 2016 José Luis Quintana */ | ||
@@ -30,0 +30,0 @@ MY AWESOME CONTENT FILE |
4350
-0.18%Updated