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",
|
"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,
|
"private": true,
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/breard-r/sake-app.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
|
Loading…
Reference in a new issue