Skip to content

Commit 3894531

Browse files
committed
Link from npm to github
1 parent 61bfedd commit 3894531

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name": "@observablehq/database-proxy",
3+
"description": "A local proxy to connect private Observable notebooks to private databases",
4+
"version": "1.0.1",
25
"bin": {
36
"observable-database-proxy": "./bin/observable-database-proxy"
47
},
@@ -13,9 +16,6 @@
1316
"serialize-error": "^4.1.0",
1417
"yargs": "^13.2.4"
1518
},
16-
"name": "@observablehq/database-proxy",
17-
"description": "A local proxy to connect private Observable notebooks to private databases",
18-
"version": "1.0.1",
1919
"devDependencies": {
2020
"nodemon": "^1.19.1"
2121
},
@@ -24,5 +24,9 @@
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
2626
"author": "Observable",
27-
"license": "ISC"
27+
"license": "ISC",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/observablehq/database-proxy.git"
31+
}
2832
}

0 commit comments

Comments
 (0)