Skip to content

Commit

Permalink
add dmg license as optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 28, 2023
1 parent a1c3f7e commit 969ed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
"dmg-license": "^1.0.11",
"electron": "^28.0.0-beta.4",
"electron-builder": "^24.6.3",
"postcss": "^8.4.31",
Expand All @@ -51,7 +50,8 @@
"vite-plugin-electron-renderer": "^0.14.5"
},
"optionalDependencies": {
"@lancedb/vectordb-win32-x64-msvc": "0.3.6"
"@lancedb/vectordb-win32-x64-msvc": "0.3.6",
"dmg-license": "^1.0.11"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

0 comments on commit 969ed29

Please sign in to comment.