From 6033ad4cb2c9ef95355a862e9294fc82535f1bf0 Mon Sep 17 00:00:00 2001 From: enpitsulin Date: Sat, 25 Mar 2023 15:13:30 +0800 Subject: [PATCH] build: add license --- package.json | 1 + vite.config.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6250f99..b77f412 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "private": true, "version": "0.0.1", "type": "module", + "license": "MIT", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", diff --git a/vite.config.ts b/vite.config.ts index c9f62be..fdef58f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -34,7 +34,8 @@ export default defineConfig(async ({ command }) => { include: ['*'], grant: ['GM_xmlhttpRequest'], connect: ['greasyfork.org'], - noframes: true + noframes: true, + license: 'MIT' }, build: { externalGlobals: [