Skip to content

Commit 19b36c0

Browse files
committed
update repository location + maintainership information
1 parent f851b00 commit 19b36c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# debug
2-
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers)
2+
[![Build Status](https://travis-ci.org/debug-js/debug.svg?branch=master)](https://travis-ci.org/debug-js/debug) [![Coverage Status](https://coveralls.io/repos/github/debug-js/debug/badge.svg?branch=master)](https://coveralls.io/github/debug-js/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers)
33
[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors)
44

55
<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png">

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "4.3.2",
44
"repository": {
55
"type": "git",
6-
"url": "git://github.com/visionmedia/debug.git"
6+
"url": "git://github.com/debug-js/debug.git"
77
},
8-
"description": "small debugging utility",
8+
"description": "Lightweight debugging utility for Node.js and the browser",
99
"keywords": [
1010
"debug",
1111
"log",
@@ -16,11 +16,11 @@
1616
"LICENSE",
1717
"README.md"
1818
],
19-
"author": "TJ Holowaychuk <tj@vision-media.ca>",
19+
"author": "Josh Junon <josh.junon@protonmail.com>",
2020
"contributors": [
21+
"TJ Holowaychuk <tj@vision-media.ca>",
2122
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
22-
"Andrew Rhyne <rhyneandrew@gmail.com>",
23-
"Josh Junon <josh@junon.me>"
23+
"Andrew Rhyne <rhyneandrew@gmail.com>"
2424
],
2525
"license": "MIT",
2626
"scripts": {

0 commit comments

Comments
 (0)