From e5be7dfb0b828039ee323c3544dae9cb36123fa0 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Thu, 14 Jan 2021 13:34:11 +0530 Subject: [PATCH] Update package Github URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2606fc4..b963fab 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/chatwoot/woot-prosemirror-schema.git" + "url": "git+https://github.com/chatwoot/prosemirror-schema.git" }, "files": ["src/*"], "author": "Nithin David ", "license": "MIT", "bugs": { - "url": "https://github.com/chatwoot/woot-prosemirror-schema/issues" + "url": "https://github.com/chatwoot/prosemirror-schema/issues" }, - "homepage": "https://github.com/chatwoot/woot-prosemirror-schema#readme" + "homepage": "https://github.com/chatwoot/prosemirror-schema#readme" }