Skip to content

Commit

Permalink
fix: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Jun 12, 2020
1 parent 227f32e commit b7f16f5
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 @@ -46,14 +46,14 @@
"@types/uuid": "7.0.3",
"eslint": "^7.2.0",
"husky": "^3.1.0",
"lsif-protocol": "^0.4.3",
"lsif-util": "^0.2.15",
"prettier": "^2.0.5",
"semantic-release": "^15.13.30",
"typescript": "^3.9.3"
},
"dependencies": {
"iterare": "^1.2.0",
"lsif-protocol": "^0.4.3",
"uuid": "^7.0.3",
"vscode-languageserver-textdocument": "^1.0.1"
}
Expand Down

0 comments on commit b7f16f5

Please sign in to comment.