Skip to content

Commit

Permalink
Add dev deps for building the language server
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Sep 2, 2023
1 parent d0f3dd8 commit 095e8cf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"private": true,
"author": "Chris Krycho <[email protected]>",
"devDependencies": {
"typescript": "5.2",
"tree-sitter-unison": "kylegoetz/tree-sitter-unison#1df9e35477b4261abb7cd9d3ab5b2f565fc3fd8a"
"@types/nova-editor": "^1.0.1",
"prettier": "^3.0.2",
"tree-sitter-unison": "kylegoetz/tree-sitter-unison#1df9e35477b4261abb7cd9d3ab5b2f565fc3fd8a",
"typescript": "5.2"
},
"scripts": {
"build": "scripts/build.sh"
},
"volta": {
"node": "18.17.1",
"pnpm": "8.6.12"
},
"prettier": {
"singleQuote": true
}
}
22 changes: 22 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 095e8cf

Please sign in to comment.