Skip to content

Commit

Permalink
chore: update package.json for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ligsnf committed Dec 26, 2024
1 parent 594bb30 commit 51ff4a9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "monash-grades-calculator",
"version": "1.0.0",
"description": "A calculator for Monash University students to calculate their grades and WAM",
"keywords": ["monash", "grades", "calculator", "wam", "gpa"],
"author": "Liangdi",
"homepage": "https://liangdi.dev/monash-grades-calculator/",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "GPL-3.0-or-later",
"author": {
"name": "Liangdi"
},
"homepage": "https://liangdi.dev/monash-grades-calculator/",
"keywords": ["monash", "grades", "calculator", "wam", "gpa"],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down Expand Up @@ -67,4 +70,4 @@
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}
}

0 comments on commit 51ff4a9

Please sign in to comment.