Skip to content

Commit

Permalink
Merge pull request #2 from lugenx/add-more-processor-architectures
Browse files Browse the repository at this point in the history
add more processor architectures to support
  • Loading branch information
lugenx authored May 7, 2023
2 parents 7a8cc7c + 0197eef commit 0bd90c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"bin": {
"keep2log": "index.js"
},
"pkg": {
"targets": [
"node18-macos-x64",
"node18-macos-arm64",
"node18-linux-x64",
"node18-linux-arm64",
"node18-win-x64",
"node18-win-arm64"
]
},
"description": "Single executable CLI tool to conver Google Keep notes to Logseq journal entries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0bd90c8

Please sign in to comment.