From 3da23edfee0ad6f2a5a9bc6bbcdfe251237ac461 Mon Sep 17 00:00:00 2001 From: "heesk0223@gmail.com" Date: Thu, 18 Jun 2026 20:35:55 +0900 Subject: [PATCH] fix: update package.json for ".vsix file build" --- .vault/workspace.yml | 4 ++-- apps/vscode-extension/LICENSE | 21 +++++++++++++++++++++ apps/vscode-extension/package.json | 13 ++++++------- 3 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 apps/vscode-extension/LICENSE diff --git a/.vault/workspace.yml b/.vault/workspace.yml index b8722f2..cb702da 100644 --- a/.vault/workspace.yml +++ b/.vault/workspace.yml @@ -4,5 +4,5 @@ workspace: settings: search: case_sensitive: false -created_at: "2026-06-09T00:02:50.737437Z" -updated_at: "2026-06-09T00:02:50.737437Z" \ No newline at end of file +created_at: "2026-06-18T05:15:18.044864Z" +updated_at: "2026-06-18T05:15:18.044864Z" \ No newline at end of file diff --git a/apps/vscode-extension/LICENSE b/apps/vscode-extension/LICENSE new file mode 100644 index 0000000..0058325 --- /dev/null +++ b/apps/vscode-extension/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 FrilLab + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/apps/vscode-extension/package.json b/apps/vscode-extension/package.json index c4a8f10..89f7038 100644 --- a/apps/vscode-extension/package.json +++ b/apps/vscode-extension/package.json @@ -1,8 +1,13 @@ { "name": "frilvault", "displayName": "frilvault", - "description": "Personal Knowledge Vault", + "description": "Personal knowledge vault for code.", "version": "0.0.1", + "repository": { + "type": "git", + "url": "git+https://github.com/FrilLab/frilvault" + }, + "publisher": "FrilLab", "engines": { "vscode": "^1.120.0" }, @@ -109,12 +114,6 @@ } } }, - "files": [ - "dist/**", - "media/**", - "README.md", - "CHANGELOG.md" - ], "scripts": { "build:native": "node scripts/build-native.js", "vscode:prepublish": "npm run package",