rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

change 'adding a line to dependencies' to 'adding dependencies' #196

Closed petosorus closed 5 years ago

petosorus commented 5 years ago

Summary

Explain the motivation for making this change. What existing problem does the pull request solve? Non npm users might get confused when they can't find a dependencies field in the package.json file. I just did an npm init wasm-app following the tutorial, and package.json now only has devDependencies out of the box.

Fixes #195

petosorus commented 5 years ago

👍