From 22d70310ac82454faffb5b8e010e4eec49cd6f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 26 Jul 2023 19:48:07 +0200 Subject: [PATCH] Update the metadata --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed4993d..b832fde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,13 @@ { "name": "sake-app", - "version": "0.0.0", + "version": "0.1.0", + "author": "Rodolphe Bréard ", + "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",