@ansible/ansible-ui-framework 0.0.699 → 0.0.701

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +0 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,21 +3,3 @@
3
3
  A framework for building applications using [PatternFly](https://www.patternfly.org), developed by the Ansible UI developers.
4
4
 
5
5
  [Documentation](https://github.com/ansible/ansible-ui/wiki/Ansible-UI-Framework)
6
-
7
- ## Storybook
8
-
9
- For development you may use Storybook. It allows you to try some of the existing components and develop new ones without running the whole UI.
10
-
11
- Install dependencies:
12
-
13
- `npm ci`
14
-
15
- Build Storybook:
16
-
17
- `npm run build-storybook`
18
-
19
- Start Storybook:
20
-
21
- `npm run storybook`
22
-
23
- Storybook will run at <http://localhost:6006/>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.699",
4
+ "version": "0.0.701",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",