Today I sat down and wrote a tiny package called wait-for-user-input. it can be used to wait for stdin input in a command line script. After I published the package on registry.npmjs.org, I noticed that I accidentally published it with the npm account from work.. calm down. docs.npmjs.com/cli/unpublish to the rescue! If no version is specified, or if all versions are removed then the root package entry is removed from the registry entirely. So I ran a few npm unpublish by decrementing the vers...