labox-ws-commons
v1.8.0
Published
Labox WS common components
Readme
Common components for the other labox ws apps
Build
$ npm run build
deploy
first update the version in package.json then:
$ npm publish --access=public
Install in other apps
$ npm install --save labox-ws-commons
In dev mode you can go through the files directly $ npm install --save file:../../labox-ws-commons
WORKAROUND
due to bug with eslint caused by esquery see: https://github.com/estools/esquery/issues/135
I installed a specific version of esquery and added the overrides in package.json
Once this is fixed the lib and the overrides can be removed
