[Pkg-javascript-commits] [node-foreground-child] 30/69: update vanity badges and package.json for repo move
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 11:43:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-foreground-child.
commit 1b792b2b082111c00cba7cf443a25243e2e5e1ab
Author: isaacs <i at izs.me>
Date: Sun Jan 3 17:13:58 2016 -0800
update vanity badges and package.json for repo move
---
README.md | 2 +-
package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f9ffd5d..c4314ea 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# foreground-child
-[![Build Status](https://travis-ci.org/isaacs/foreground-child.png)](https://travis-ci.org/isaacs/foreground-child) [![Build status](https://ci.appveyor.com/api/projects/status/kq9ylvx9fyr9khx0?svg=true)](https://ci.appveyor.com/project/isaacs/foreground-child)
+[![Build Status](https://travis-ci.org/tapjs/foreground-child.svg)](https://travis-ci.org/tapjs/foreground-child) [![Build status](https://ci.appveyor.com/api/projects/status/kq9ylvx9fyr9khx0?svg=true)](https://ci.appveyor.com/project/isaacs/foreground-child)
Run a child as if it's the foreground process. Give it stdio. Exit
when it exits.
diff --git a/package.json b/package.json
index 82a220f..90de97c 100644
--- a/package.json
+++ b/package.json
@@ -18,12 +18,12 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/isaacs/foreground-child.git"
+ "url": "git+https://github.com/tapjs/foreground-child.git"
},
"author": "Isaac Z. Schlueter <i at izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
- "url": "https://github.com/isaacs/foreground-child/issues"
+ "url": "https://github.com/tapjs/foreground-child/issues"
},
- "homepage": "https://github.com/isaacs/foreground-child#readme"
+ "homepage": "https://github.com/tapjs/foreground-child#readme"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-foreground-child.git
More information about the Pkg-javascript-commits
mailing list