fix: downgrade version to 1.0.0 and add author information in package.json
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "vite-plugin-port-checker",
|
"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.",
|
"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",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vite",
|
"vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user