@televet/kibble-ui 0.1.0-beta.20 → 0.1.0-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/build/index.js +12 -13641
- package/build/index.js.map +1 -1
- package/package.json +12 -3
package/README.md
CHANGED
|
@@ -111,10 +111,9 @@ Development takes place inside `src` directory. This is where your library code
|
|
|
111
111
|
|
|
112
112
|
## Build
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
This site uses [Storybook](https://storybook.js.org/) configuration to handle documentation and examples.
|
|
115
115
|
|
|
116
116
|
```bash
|
|
117
|
-
npm run start # starts Storybook in development mode, http://localhost:6006/
|
|
118
117
|
npm run build # bundles library code to `build` folder, and documentation code to `docs` folder in the root of project.
|
|
119
118
|
```
|
|
120
119
|
|
|
@@ -122,7 +121,7 @@ You can view live documentation here after deploying: https://televet.github.io/
|
|
|
122
121
|
|
|
123
122
|
## Deploy and Publish
|
|
124
123
|
|
|
125
|
-
1. Update npm version number with [
|
|
124
|
+
1. Update npm version number with `npm version <patch, major, or minor>`. Read more about [the version options](https://docs.npmjs.com/updating-your-published-package-version-number) here.
|
|
126
125
|
2. Run `npm run build`
|
|
127
126
|
3. Commit changes to git.
|
|
128
127
|
4. When pushing to master, GitHub will publish the package to npm with latest changes.
|