Skip to content

Commit

Permalink
Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Jul 26, 2022
1 parent 6217453 commit d2ea695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "esbuild src/index.ts --platform=node --bundle --external:coc.nvim --external:solidity-ls --outdir=dist"
},
"dependencies": {
"solidity-ls": "^0.5.0"
"solidity-ls": "^0.5.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
Expand Down

0 comments on commit d2ea695

Please sign in to comment.