Update the metadata
This commit is contained in:
parent
1789fe3438
commit
22d70310ac
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"name": "sake-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"author": "Rodolphe Bréard <rodolphe@what.tf>",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/breard-r/sake-app.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
|
Loading…
Reference in a new issue