@glance-project/shared-client

v0.6.0

Published

If you added a new component, before you publish be sure to execute the build script located inside /build:

Downloads

15

Readme

shared-client

Before publishing

If you added a new component, before you publish be sure to execute the build script located inside /build:

cd PATH_TO_SHARED_CLIENT && node build/update-index.js

This will update the index.js file located inside the components folder, exporting the components.

How to publish a new version

Sign in

npm login

Your account must be a member of the glance-project organization on npmjs.

Increase the package version

npm version x.y.z

Change x, y and z to correspond the new version of the package.

Publish to npm

npm publish --access public