Skip to content

Commit

Permalink
Fix types by adding vfile as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 6, 2021
1 parent a191c44 commit 0a13830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"index.js"
],
"dependencies": {
"@types/unist": "^2.0.0"
"@types/unist": "^2.0.0",
"vfile": "^5.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
Expand All @@ -47,7 +48,6 @@
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"vfile": "^5.0.0",
"xo": "^0.39.0"
},
"scripts": {
Expand Down

0 comments on commit 0a13830

Please sign in to comment.