[Pkg-javascript-commits] [node-browser-pack] 47/141: don't needlessly call .resume() to fix the bin script on 0.10
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:23:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-pack.
commit ccefc33c23a316d02e02ee97d4b7854733a2fd7c
Author: James Halliday <mail at substack.net>
Date: Wed May 8 15:17:45 2013 -0700
don't needlessly call .resume() to fix the bin script on 0.10
---
cmd.js | 2 --
package.json | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/cmd.js b/cmd.js
index da28f01..4693b71 100755
--- a/cmd.js
+++ b/cmd.js
@@ -1,6 +1,4 @@
#!/usr/bin/env node
var pack = require('./')();
-
process.stdin.pipe(pack).pipe(process.stdout);
-process.stdin.resume();
diff --git a/package.json b/package.json
index 01e2a8b..4476bc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-pack",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "pack node-style source files from a json stream into a browser bundle",
"main": "index.js",
"bin": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git
More information about the Pkg-javascript-commits
mailing list