workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.24k stars 1.84k forks source link

Update to StandardJS 14; update all examples and instructions #676

Closed feross closed 4 years ago

feross commented 4 years ago

Update the project's standard dependency to version 14. Also, lots of the code examples in the problem instructions aren't using StandardJS. This is now fixed.

@Flet This seems like it should be uncontroversial since this repo is already using StandardJS, right?

In a future PR, I'd like to update learnyounode to not use deprecated Node features like require('url').

feross commented 4 years ago

Apologies for the self-merge but I want to send additional PRs depending on this one.

Flet commented 4 years ago

👍