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.
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 annpm init wasm-app
following the tutorial, and package.json now only hasdevDependencies
out of the box.Fixes #195