Skip to content

Commit

Permalink
docs: add stuff to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 19, 2024
1 parent a951c70 commit 4370565
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"name": "zonalda",
"version": "0.0.1",
"version": "0.0.2",
"description": "ZOnage AdéLois Démontré aux Adélois.e.s",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhdaines/zonalda.git"
},
"author": "David Huggins-Daines <district6@vdsa.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhdaines/zonalda/issues"
},
"homepage": "https://github.com/dhdaines/zonalda#readme",
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.12"
Expand Down

0 comments on commit 4370565

Please sign in to comment.