tomek-he-him / format-xml

A streaming XML beautifier. Fully customizable.
MIT License
1 stars 1 forks source link

No longer maintained? #2

Open jorbascrumps opened 7 years ago

jorbascrumps commented 7 years ago

Looks like this project hasn't been updated (started?) in quite some time. As a courtesy, you may want to consider releasing ownership of the package name on npm.

tomek-he-him commented 7 years ago

Sure thing! Sorry for squatting on the package name – I didn’t know the etiquette back when I started the project.

tomek-he-him commented 7 years ago

🤔 Do you know of a way to unpublish? Here’s what I’m getting:

$ npm unpublish format-xml
npm ERR! Refusing to delete entire project.
npm ERR! Run with --force to do this.
npm ERR! npm unpublish [<@scope>/]<pkg>[@<version>]

$ npm unpublish --force format-xml
npm WARN using --force I sure hope you know what you are doing.
npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/tomek/.nvm/versions/node/v6.9.1/bin/node" "/Users/tomek/.nvm/versions/node/v6.9.1/bin/npm" "unpublish" "--force" "format-xml"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code E400

npm ERR! Registry returned 400 for DELETE on https://registry.npmjs.org/format-xml/-rev/1-2134cc58926b9fd5b63ec9a60a05f41c
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/tomek/Web/lystable/lystable-frontend/npm-debug.log
jorbascrumps commented 7 years ago

npm changed their unpublish policy after the whole left-pad thing so you may have to contact support to properly remove the package.

For the record, I'm not interested in publishing under this name so don't feel you need to jump through any unnecessary hoops at this time.