Add repo to package.json

Without this pages like https://www.npmjs.com/package/pg-cursor don't link back correctly.
This commit is contained in:
Savannah Mastrangelo 2018-06-20 12:29:41 -04:00 committed by GitHub
parent c0f5518341
commit 7eabfbe0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,10 @@
"scripts": {
"test": " mocha && eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-cursor.git"
},
"author": "Brian M. Carlson",
"license": "MIT",
"devDependencies": {