Skip to content

Commit

Permalink
Update package.json with version, author, repository, and bugs inform…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
MyraxByte committed Jan 20, 2024
1 parent 6fae6f2 commit d78be9e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@vite-libs/tunnel",
"type": "module",
"version": "1.0.4",
"version": "1.0.6",
"description": "A vite plugin for tunneling",
"author": "Anton Ryuben",
"author": "Anton Ryuben (https://github.com/MyraxByte)",
"repository": {
"type": "git",
"url": "git+https://github.com/MyraxByte/vite-tunnel.git"
},
"bugs": "https://github.com/MyraxByte/vite-tunnel/issues",
"license": "MIT",
"keywords": [
"vite-plugin",
Expand Down

0 comments on commit d78be9e

Please sign in to comment.