From ec9ce3ba40b55ee28676af5472826005f9c03fb9 Mon Sep 17 00:00:00 2001 From: cosmos-explorer Date: Tue, 23 Jan 2024 15:24:40 +0100 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 018cfdc..9508a1c 100644 --- a/package.json +++ b/package.json @@ -6,15 +6,15 @@ "typings": "./dist/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/featbit/featbit-js-client-openfeature-provider.git" + "url": "git+https://github.com/featbit/openfeature-provider-js-client" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/featbit/featbit-js-client-openfeature-provider/issues" + "url": "https://github.com/featbit/openfeature-provider-js-client/issues" }, - "homepage": "https://github.com/featbit/featbit-js-client-openfeature-provider#readme", + "homepage": "https://github.com/featbit/openfeature-provider-js-client#readme", "scripts": { "build": "rimraf dist && tsc", "test": "jest",