From f035df5fe7768b9dc91fe0b04e49d50aecf797c6 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Tue, 16 Jan 2024 21:16:51 +0800 Subject: [PATCH] Update repository url --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 708bbf8..7a94b67 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,7 @@ "singleQuote": true }, "license": "BSD-3-Clause", - "repository": { - "type": "git", - "url": "https://github.com/quilljs/parchment" - }, + "repository": "github:quilljs/parchment", "scripts": { "build": "npm run build:bundle && npm run build:types", "build:bundle": "vite build",