Remove an npm package from the registry
If you accidentally publish an NPM package to the repository the following command will remove it.
$ npm unpublish [<@scope>/]<pkg>[@<version>]
Note that published package versions can only be unpublished if they are less than 72 hours old.