Publish to install npm i --save @skem9/package-name

npm publish --access public

I got it to publish under the @yohns/ organization name!

in package.json, put @yohns/package-name and it'll publish to the yohns name. nioce

Updating package

I just realized it wasn't updating in npmjs, and this is how to force it.

npm dist-tag add @yohns/picocss@2.2.2 latest

replace @yohns/picocss with your project and replace the 2.1.3 with your version number.