-
Notifications
You must be signed in to change notification settings - Fork 53
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
[rebber] Missing dependencies in package.json #384
Comments
Hello there, Thanks for reporting the issue, it will be solved in the next release of |
Released today: |
Nice, thanks for the fast feedback. Just to let you know: In the end, I didn't end up using Looks like a cool project, though :) |
Do you know how we could support typescript? |
We need to provide typings I suppose. |
@artragis You could either put the type definition files into your project (like Unified did it) or provide them via DefinitelyTyped. Or you switch from JavaScript to TypeScript, but I guess that's not an option ;) |
@artragis, @TitiAlone would you accept a PR adding TypeScript declarations for |
Please do; adding them to only some packages in the repo doesn't really make sense IMO, but I'm interested in seeing how typing declarations work. Do you think adding them to DefinitelyTyped would make sense, instead of adding them to this repository? |
Awesome, I'll raise a PR for just one package for now and we can go from there. Thanks! |
Just tried to give rebber a try. Looks like it is missing two dependencies in the
package.json
file:clone
trim-lines
After manually installing them I was able to get it to run. Used version was
5.0.0
.The text was updated successfully, but these errors were encountered: