Skip to content

Commit

Permalink
build: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
enpitsuLin committed Mar 25, 2023
1 parent be8b046 commit 6033ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": true,
"version": "0.0.1",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default defineConfig(async ({ command }) => {
include: ['*'],
grant: ['GM_xmlhttpRequest'],
connect: ['greasyfork.org'],
noframes: true
noframes: true,
license: 'MIT'
},
build: {
externalGlobals: [
Expand Down

0 comments on commit 6033ad4

Please sign in to comment.