[Pkg-javascript-commits] [node-stream-http] 15/208: minor cleanup

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 13:39: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-stream-http.

commit ffe90ce72bce452a65a6f8d349cbd571f9ff9f6f
Author: John Hiesey <john at hiesey.com>
Date:   Thu Jul 2 16:41:25 2015 -0700

    minor cleanup
---
 package.json            | 2 --
 test/tests/package.json | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 12b6fda..7a78326 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,6 @@
     "url": "git://github.com/jhiesey/httpstream.git"
   },
   "scripts": {
-    "build": "browserify index.js -s http > bundle.js",
     "test": "zuul -- test/tests/*.js",
     "test-local": "zuul --local 8080 --no-coverage -- test/tests/*.js"
   },
@@ -20,7 +19,6 @@
   },
   "devDependencies": {
     "brfs": "^1.4.0",
-    "browserify": "^10.2.4",
     "express": "^4.13.0",
     "tape": "^4.0.0",
     "zuul": "^3.1.0"
diff --git a/test/tests/package.json b/test/tests/package.json
index 05963fb..f4f7b5e 100644
--- a/test/tests/package.json
+++ b/test/tests/package.json
@@ -1,5 +1,5 @@
 {
-	"browserify":{
+	"browserify": {
 		"transform": [ "brfs" ]
 	}
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git



More information about the Pkg-javascript-commits mailing list