Skip to content

Release

Jonathan Austin edited this page Jul 20, 2017 · 2 revisions

As idgray is scoped to the bordertech organisation in npm, only members of the bordertech organization can release new versions.

By default, any scoped package is published as private. However, as bordertech does not have private packages, npm publish will fail unless you pass the access flag.

npm publish --access public

Publishing an Org Scoped Package

Configuring npm for your org

Learn more about the publish command

Clone this wiki locally