Merge pull request #40 from savvymas/patch-1

Add repo to package.json
This commit is contained in:
Brian C 2018-06-21 14:13:11 -07:00 committed by GitHub
commit 91bdbbd3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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