From 80f98fe3dd3256ce5d264b35458ad45c0db191af Mon Sep 17 00:00:00 2001 From: M1000fr Date: Tue, 26 Nov 2024 20:31:55 +0100 Subject: [PATCH] ref: add apache license in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc01729..d13549a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "client", "version": "0.1.0", "private": true, + "license": "Apache-2.0", "scripts": { "dev": "next dev --turbopack", "build": "next build",