@ansible/ansible-ui-framework 0.0.486 → 0.0.488

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A framework for building applications using [PatternFly](https://www.patternfly.
4
4
 
5
5
  [Documentation](https://github.com/ansible/ansible-ui/wiki/Ansible-UI-Framework)
6
6
 
7
- ####Storybook
7
+ ## Storybook
8
8
 
9
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
10
 
@@ -20,4 +20,4 @@ Start Storybook:
20
20
 
21
21
  `npm run storybook`
22
22
 
23
- Storybook will run at http://localhost:6006/
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.486",
4
+ "version": "0.0.488",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",