First-Party Libraries

NPM

Only packages published under the @pictogrammers or @mdi organizations are considered first-party.

Steps for Publishing

git pull # (optional) Update Dependencies npm update # (optional) Build npm run build # update package.json # - "version": "1.0.0" # + "version": "1.0.1" git status git add . git commit -m "v1.0.1" git tag -a v1.0.1 -m "v1.0.1" git push git push origin --tags # Verify on GitHub then... npm publish

Other

Right now, all first-party packages are published through GitHub and NPM.