Skip to content

Commit

Permalink
Fix BCD peer -> dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Jul 10, 2024
1 parent 10fc171 commit 5e1062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function (eleventyConfig) {
eleventyConfig.addGlobalData("versions", async () => {
return {
date: new Date().toLocaleDateString(),
bcd: pkg.peerDependencies["@mdn/browser-compat-data"].replace('^', ''),
bcd: pkg.devDependencies["@mdn/browser-compat-data"].replace('^', ''),
};
});

Expand Down

0 comments on commit 5e1062d

Please sign in to comment.