From bae2ff199e31530c7b14a286faaf676a2aebad03 Mon Sep 17 00:00:00 2001 From: siujamo Date: Sat, 9 May 2026 12:58:24 +0800 Subject: [PATCH] fix: downgrade version to 1.0.0 and add author information in package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3caae31..46cb650 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,12 @@ { "name": "vite-plugin-port-checker", - "version": "1.0.1", + "version": "1.0.0", "description": "A Vite plugin that warns if the dev server is running on a browser-restricted port.", + "author": { + "email": "opensource@onixbyte.com", + "name": "OnixByte Open Source", + "url": "https://github.com/onixbyte" + }, "license": "MIT", "keywords": [ "vite",