Skip to content

Commit

Permalink
fix(vite): add author to package.json (#86)
Browse files Browse the repository at this point in the history
* fix(vite): add description to `package.json`

* fix(vite): add author to `package.json`
  • Loading branch information
skyrpex authored Feb 19, 2024
1 parent 3b38739 commit 12ad576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"url": "https://github.com/winglang/winglibs.git",
"directory": "vite"
},
"author": {
"name": "Cristian Pallarés",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@cdktf/provider-aws": "^19.6.0",
Expand Down

0 comments on commit 12ad576

Please sign in to comment.