Skip to content

Commit

Permalink
move repo into tapjs org
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Jan 9, 2016
1 parent d9bed89 commit 93a031f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- set AVA_APPVEYOR=true
- npm -g install npm@latest || (timeout 30 && npm -g install npm@latest)
- set PATH=%APPDATA%\npm;%PATH%
- npm install || (timeout 30 && npm install)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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@talmage.io",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) [![Windows Build](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)
Expand Down

0 comments on commit 93a031f

Please sign in to comment.