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

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

+5-5
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 <[email protected]>",
19+
"author": "Josh Junon <[email protected]>",
2020
"contributors": [
21+
"TJ Holowaychuk <[email protected]>",
2122
"Nathan Rajlich <[email protected]> (http://n8.io)",
22-
"Andrew Rhyne <[email protected]>",
23-
"Josh Junon <[email protected]>"
23+
"Andrew Rhyne <[email protected]>"
2424
],
2525
"license": "MIT",
2626
"scripts": {

0 commit comments

Comments
 (0)