[Pkg-javascript-commits] [node-stream-http] 44/208: Update package name and repo path

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 13:39:26 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 5d3b329671759205d3caeb3240121cfed2e2d4a7
Author: John Hiesey <john at hiesey.com>
Date:   Sun Jul 12 15:18:47 2015 -0700

    Update package name and repo path
---
 README.md    | 4 ++--
 package.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index abb767e..5ba123f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# httpstream [![Build Status](https://travis-ci.org/jhiesey/httpstream.svg?branch=master)](https://travis-ci.org/jhiesey/httpstream)
+# stream-http [![Build Status](https://travis-ci.org/jhiesey/stream-http.svg?branch=master)](https://travis-ci.org/jhiesey/stream-http)
 
 [![Sauce Test Status](https://saucelabs.com/browser-matrix/jhiesey.svg)](https://saucelabs.com/u/jhiesey)
 
@@ -10,7 +10,7 @@ This is heavily inspired by, and intended to replace, [http-browserify](https://
 
 ## What does it do?
 
-In accordance with its name, `httpstream` tries to provide data to its caller before
+In accordance with its name, `stream-http` tries to provide data to its caller before
 the request has completed whenever possible.
 
 The following browsers support true streaming, where only a small amount of the request
diff --git a/package.json b/package.json
index 4545bf3..0c37591 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
 {
-  "name": "httpstream",
+  "name": "stream-http",
   "version": "1.0.0",
   "description": "Streaming http in the browser",
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "git://github.com/jhiesey/httpstream.git"
+    "url": "git://github.com/jhiesey/stream-http.git"
   },
   "scripts": {
     "test": "npm run test-node && npm run test-browser",

-- 
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