Skip to content

Commit aa1895b

Browse files
committed
docs: update README
1 parent c398981 commit aa1895b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> enhance origial debug with IE support, based on https://github.com/visionmedia/debug/pull/672/files
2+
13
# debug
24
[![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)
35
[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "debug",
3-
"version": "4.1.0",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
6-
"url": "git://github.com/visionmedia/debug.git"
6+
"url": "git://github.com/coderplanets/debug.git"
77
},
8-
"description": "small debugging utility",
8+
"description": "small debugging utility with ie support",
99
"keywords": [
1010
"debug",
1111
"log",

0 commit comments

Comments
 (0)