From 7eabfbe0ba0593fd04891e30b84fd0c19db18bda Mon Sep 17 00:00:00 2001 From: Savannah Mastrangelo <36178047+savvymas@users.noreply.github.com> Date: Wed, 20 Jun 2018 12:29:41 -0400 Subject: [PATCH] Add repo to package.json Without this pages like https://www.npmjs.com/package/pg-cursor don't link back correctly. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c5e7f32a..e3b46b93 100644 --- a/package.json +++ b/package.json @@ -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": {