Skip to content

Commit

Permalink
Comment clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Mar 17, 2023
1 parent 5a95ce2 commit ff5110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function eleventyBundlePlugin(eleventyConfig, options = {}) {
shortcodesPlugin(eleventyConfig, options);
};

// This plugin is used to find the package name for this plugin (used by eleventy-plugin-webc)
// This is used to find the package name for this plugin (used in eleventy-plugin-webc to prevent dupes)
Object.defineProperty(eleventyBundlePlugin, "eleventyPackage", {
value: pkg.name
});
Expand Down

0 comments on commit ff5110d

Please sign in to comment.