LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Simple-Ajax-Uploader at NPM #162

Closed ruanyl closed 4 years ago

ruanyl commented 8 years ago

Dear contributors,

Do you want to take over the ownership of Simple-Ajax-Uploader at NPM? I create this NPM package for my own purpose, but I think it's better the repo maintainers can take over this.

I don't know how to transfer the owner ship of a NPM package, if it's not able to do this, I can add you as collaborators if you want. So that you can update npm package version at the same time when you make a release.

please let me know your npm username if you want :)

suhaotian commented 8 years ago

@LPology

LPology commented 4 years ago

@ruanyl Are you able to transfer ownership to me? My npm username is sdturner02. Here are instructions for transferring ownership: https://docs.npmjs.com/transferring-a-package-from-a-user-account-to-another-user-account

Thank you.

ruanyl commented 4 years ago

@LPology I've added you to the Maintainers, please let know that you have been added successfully, then I will remove myself.

LPology commented 4 years ago

It looks like I have been added. Thank you.

Quick question, as I have never done this before. How do I publish the latest update to npm?

Edit: nevermind, I figured it out. Thanks for your help, looks like we're in good shape now.

ruanyl commented 4 years ago
  1. npm login
  2. then just run npm publish in the project folder, and then follow the instruction.