fix: downgrade version to 1.0.0 and add author information in package.json

This commit is contained in:
siujamo
2026-05-09 12:58:24 +08:00
parent 9a413e6ab7
commit bae2ff199e
+6 -1
View File
@@ -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",