We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment Twig.js is a dev dependency:
eleventy-plugin-twig/package.json
Line 37 in 3fc7c23
It should be a peer dependency and the readme should include twig as part of the install command:
twig
eleventy-plugin-twig/README.md
Line 33 in 3fc7c23
e.g.
npm install --save-dev @factorial/eleventy-plugin-twig twig
The text was updated successfully, but these errors were encountered:
Add twig as a peerDependency instead of devDependency
ea31476
Closes #14
Successfully merging a pull request may close this issue.
At the moment Twig.js is a dev dependency:
eleventy-plugin-twig/package.json
Line 37 in 3fc7c23
It should be a peer dependency and the readme should include
twig
as part of the install command:eleventy-plugin-twig/README.md
Line 33 in 3fc7c23
e.g.
The text was updated successfully, but these errors were encountered: