Skip to content

Commit

Permalink
refactor: move command-server out folder to avoid being gitignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Jun 13, 2024
1 parent c22f4d5 commit f0f74cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorless.nvim/node/command-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/hands-free-vim/command-server"
},
"version": "0.9.1",
"main": "./out/index.cjs",
"main": "./index/index.cjs",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit f0f74cb

Please sign in to comment.