César Carruitero
César Carruitero
I'm adding a script for download node api docs. The files seems slightly different from current files, because font is missing; but I think we don't have to worry about...
This fix verification when use destructuring assignment for fs. fix #700
fix #1687
I think should be better add a gif showing the first exercise instead png in README
https://github.com/workshopper/workshopper-adventure/blob/master/i18n/es.json#L2 `Elije` should be with `g`. We just notice the typo in our last nodeschool. I think could be great if someone can add the good first issue label
We have defined [`bundleDependencies` in package.json](https://github.com/workshopper/how-to-npm/blob/master/package.json#L25) Looking into [npm docs](https://docs.npmjs.com/files/package.json#bundleddependencies), `bundleDependencies` are used to specify dependencies that will be bundle when publish. But current version published in npm, don't have...
Like in https://travis-ci.org/github/workshopper/goingnative/jobs/707075195 We have failing the `offloading_the_work` some times. I think maybe could be that travis isn't waiting for the async worker to complete; but need to debug