Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I've made some changes to several plugins and made a couple more to add to the pile. How do i get them up on npm?
You'll have to fork the project, commit your changes to your fork, and then submit a pull request so the maintainer of the original repo can merge them in.
A detailed overview
What if i changed the soundcloud embed to embed a different website? I've got a few of those.
Cool! Then it would be best to create a new repository of your own, and simply push those changes to GitHub.
To publish your changes onto npm, check out this guide
Awesome thanks @julian