nodesource / ncm-cli

Command-line tool for NodeSource Certified Modules 2.0
Other
19 stars 13 forks source link

update to standard@13 #174

Closed juliangruber closed 5 years ago

juliangruber commented 5 years ago

I updated standard, ran npx standard --fix and manually fixed two errors. The most notable change is that standard now requires the use of const over let if the variable won't be reassigned.