0.2.1 • Published 2 years ago

integration_labextension v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Source

  • The logic for the extension is available at: lib/index.js
  • The styles are available at: style/base.css

Build

To build and reinstall the package run (in TLJH):

sudo -E env "PATH=$PATH" jlpm run build

Publish

To publish the package to NPM, first update the version. For example:

sudo -E env "PATH=$PATH" npm version minor

Then publish to the registry:

sudo -E env "PATH=$PATH" npm publish