added missing repo fields

This commit is contained in:
Jaime Pillora 2013-09-05 15:22:12 +10:00
parent a3008a2348
commit a915490d74

View File

@ -11,5 +11,12 @@
}, },
"devDependencies": { "devDependencies": {
"mocha": "1.8.1" "mocha": "1.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/evanw/node-source-map-support"
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
} }
} }