Skip to content

Commit

Permalink
fix(typescript): Requires should be dependencies (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishigoemon authored Aug 18, 2023
1 parent 4b951a3 commit e7c99c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/typescript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ return {
},
{
"vuki656/package-info.nvim",
requires = "MunifTanjim/nui.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
event = "BufRead package.json",
},
Expand Down

0 comments on commit e7c99c6

Please sign in to comment.