Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): remove eleventy package from dependencies #231

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

102
Copy link
Contributor

@102 102 commented Jun 4, 2024

eleventy (as opposed to @11ty-scoped packages) is not used as a dependency for this project

eleventy (as opposed to @11ty-scoped packages) is not used as a dependency for this project
@KenEucker
Copy link
Owner

eleventy is used for hosting examples. Look at the serve script.

@102
Copy link
Contributor Author

102 commented Jun 5, 2024

eleventy is used for hosting examples. Look at the serve script.

I have updated scripts to also explicitly use @11ty/eleventy, as mentioned in the docs:

WARNING:
Make sure you always use npx @11ty/eleventy (including the @11ty/ prefix!). If you do not include the @11ty/ prefix and you don’t already have Eleventy installed (locally or globally), it will execute the wrong package. For consistency and accuracy always use npx @11ty/eleventy.

eleventy is a bin which is also provided by @11ty/eleventy, not by eleventy

@KenEucker KenEucker merged commit 473d056 into KenEucker:production Jun 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants