From ac2a23fe8dacedf265efc17ca205895a42f9a7f6 Mon Sep 17 00:00:00 2001 From: Linho Date: Tue, 12 Nov 2024 16:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c2a850..d1290b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-autospace", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-it-autospace", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@types/markdown-it": "^14.1.2", diff --git a/package.json b/package.json index 87db4af..15817b1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "markdown-it-autospace", - "version": "1.0.2", + "version": "1.0.3", "description": "Markdown-it 中文排版美化插件,包含 pangu 和标点挤压", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/Linho1219/markdown-it-autospace.git" + "url": "https://github.com/Linho1219/markdown-it-autospace.git" }, "keywords": [ "markdown-it", @@ -28,6 +28,9 @@ "url": "https://github.com/Linho1219/markdown-it-autospacing/issues" }, "homepage": "https://github.com/Linho1219/markdown-it-autospacing#readme", + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "devDependencies": { "typescript": "^5.6.3" },