[Pkg-javascript-commits] [node-stack-utils] 24/67: move repo into tapjs org
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit 7cfcedf1e6dfdce9ab5dc3a7ba7827ec8ea36126
Author: James Talmage <james at talmage.io>
Date: Fri Jan 8 23:05:50 2016 -0500
move repo into tapjs org
---
appveyor.yml | 1 -
package.json | 2 +-
readme.md | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index e27431f..597071b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,6 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- - set AVA_APPVEYOR=true
- npm -g install npm at latest || (timeout 30 && npm -g install npm at latest)
- set PATH=%APPDATA%\npm;%PATH%
- npm install || (timeout 30 && npm install)
diff --git a/package.json b/package.json
index 305c305..6be2ac0 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.2.0",
"description": "Captures and cleans stack traces",
"license": "MIT",
- "repository": "jamestalmage/stack-utils",
+ "repository": "tapjs/stack-utils",
"author": {
"name": "James Talmage",
"email": "james at talmage.io",
diff --git a/readme.md b/readme.md
index 0f13bed..5c809da 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
> Captures and cleans stack traces.
-[![Linux Build](https://travis-ci.org/jamestalmage/stack-utils.svg?branch=master)](https://travis-ci.org/jamestalmage/stack-utils) [![Windows Build](https://ci.appveyor.com/api/projects/status/6ceryao6d7o7kp86/branch/master?svg=true)](https://ci.appveyor.com/project/jamestalmage/stack-utils/branch/master) [![Coverage](https://coveralls.io/repos/jamestalmage/stack-utils/badge.svg?branch=master&service=github)](https://coveralls.io/github/jamestalmage/stack-utils?branch=master)
+[![Linux Build](https://travis-ci.org/tapjs/stack-utils.svg?branch=master)](https://travis-ci.org/tapjs/stack-utils) [![Build status](https://ci.appveyor.com/api/projects/status/fb9i157knoixe3iq/branch/master?svg=true)](https://ci.appveyor.com/project/jamestalmage/stack-utils-oiw96/branch/master) [![Coverage](https://coveralls.io/repos/tapjs/stack-utils/badge.svg?branch=master&service=github)](https://coveralls.io/github/tapjs/stack-utils?branch=master)
Extracted from `lib/stack.js` in the [`node-tap` project](https://github.com/tapjs/node-tap)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list