mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Add repository URL to package.json
This commit is contained in:
parent
cd0aec9e91
commit
fcf37019b1
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "debug"
|
||||
, "version": "0.7.0"
|
||||
, "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }
|
||||
, "description": "small debugging utility"
|
||||
, "keywords": ["debug", "log", "debugger"]
|
||||
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
||||
@ -9,4 +10,4 @@
|
||||
, "main": "lib/debug.js"
|
||||
, "browserify": "debug.js"
|
||||
, "engines": { "node": "*" }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user