Skip to content

Commit

Permalink
Change project version to 3.0.0 and add missing details to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaszkadziela committed Nov 27, 2023
1 parent de0ba8b commit 6830732
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "everestserver.pl",
"version": "3.0.0",
"description": "Beautiful & responsive website for EverestServer",
"author": "Jonasz Kądziela",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jonaszkadziela/everestserver.pl"
},
"scripts": {
"dev": "vite",
"build": "vite build"
Expand Down

0 comments on commit 6830732

Please sign in to comment.