0.0.3 • Published 4 years ago

copilot-web-components v0.0.3

Weekly downloads
10
License
-
Repository
-
Last release
4 years ago

copilot-web-components Shared component manifest used in both web repository and copilot repository.

The React component implementations found in src/components/*/index.js are used in the web repo to render components.

Project Structure src/components/: All component implementations

Publishing a new version Add and commit everything npm version patch -f (-f to avoid the warning about package-lock.json) git push origin develop --tags npm publish

TODO: Need to integrate with storybook to test the components