Skip to content

Commit 61bfedd

Browse files
committed
Missing a slash
1 parent 17c6f1b commit 61bfedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bin": {
3-
"observable-database-proxy": ".bin/observable-database-proxy"
3+
"observable-database-proxy": "./bin/observable-database-proxy"
44
},
55
"dependencies": {
66
"JSONStream": "^1.3.5",
@@ -15,7 +15,7 @@
1515
},
1616
"name": "@observablehq/database-proxy",
1717
"description": "A local proxy to connect private Observable notebooks to private databases",
18-
"version": "1.0.0",
18+
"version": "1.0.1",
1919
"devDependencies": {
2020
"nodemon": "^1.19.1"
2121
},

0 commit comments

Comments
 (0)