statusboard
statusboard copied to clipboard
refactor(npm.load): remove npm.load()
There is no need to manually call npm.load after you've initialized npm. It should happen automatically, and functions that npm exports can asynchronously block on load finishing before running.
We will likely want to keep that method around as an empty function to not break compatibility with people using npm.js programmatically.