From c66ceed42ab1fe5c8f8402b57fdee2477dbad343 Mon Sep 17 00:00:00 2001 From: echo-bravo-yahoo Date: Wed, 18 Dec 2024 10:28:45 -0800 Subject: [PATCH] Fix issues with package.json (#542) Co-authored-by: E. Cooper --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d6731da..dada86a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Fauna", "type": "module", "bin": { - "fauna": "./dist/cli.cjs" + "fauna": "dist/cli.cjs" }, "bugs": "https://github.com/fauna/fauna-shell/issues", "dependencies": { @@ -72,7 +72,10 @@ ], "license": "MPL-2.0", "main": "./src/user-entrypoint.mjs", - "repository": "fauna/fauna-shell", + "repository": { + "type": "git", + "url": "git+https://github.com/fauna/fauna-shell.git" + }, "scripts": { "lint": "eslint . --fix", "test": "npm run test:local",