ew-internals-ui
v1.0.18
Published
This is an "internal" package, not meant to be uses by anyone except the vendor itself.
Readme
ew-internals-ui
This is an "internal" package, not meant to be uses by anyone except the vendor itself.
Installation
Usage
Build
To re-build the development version on each file change:
./script/run.shDevelopment link
cd ew-internals-ui/
npm link
cd whatever-project
npm link ew-internals-uiPublish
To publish a new version:
- make changes
- increment module version in
package.json - sign-in into
npm:npm adduser awesome1888 ./script/publish.sh
