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 25, 2024
1 parent 16bc4aa commit 67d628d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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

0 comments on commit 67d628d

Please sign in to comment.