Skip to content

Commit

Permalink
Add missing dependency (#1936)
Browse files Browse the repository at this point in the history
Add a missing dependency on `vfile`.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
bensmithett committed Feb 9, 2022
1 parent 71bc6ff commit 3f739a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rollup/package.json
Expand Up @@ -40,7 +40,8 @@
"dependencies": {
"@mdx-js/mdx": "^2.0.0",
"@rollup/pluginutils": "^4.0.0",
"source-map": "^0.7.0"
"source-map": "^0.7.0",
"vfile": "^5.0.0"
},
"peerDependencies": {
"rollup": ">=2"
Expand Down

1 comment on commit 3f739a3

@vercel
Copy link

@vercel vercel bot commented on 3f739a3 Feb 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.