Skip to content

Commit 7eabfbe

Browse files
authored
Add repo to package.json
Without this pages like https://www.npmjs.com/package/pg-cursor don't link back correctly.
1 parent c0f5518 commit 7eabfbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"scripts": {
1010
"test": " mocha && eslint ."
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/brianc/node-pg-cursor.git"
15+
},
1216
"author": "Brian M. Carlson",
1317
"license": "MIT",
1418
"devDependencies": {

0 commit comments

Comments
 (0)