@ansible/ansible-ui-framework 0.0.193 → 0.0.194

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ansible UI Framework [![GitHub package.json version](https://img.shields.io/github/package-json/v/ansible/ansible-ui)](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
1
+ # Ansible UI Framework
2
2
 
3
3
  Framework for building consistent responsive web applications using [PatternFly](https://www.patternfly.org).
4
4
 
@@ -6,6 +6,8 @@ Developed by the Ansible UI developers.
6
6
 
7
7
  ## Getting Started
8
8
 
9
+ ### [NPM Package](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
10
+
9
11
  ```
10
12
  npm install @ansible/ansible-ui-framework
11
13
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "Framework for building consistent responsive web applications using PatternFly.",
4
- "version": "0.0.193",
4
+ "version": "0.0.194",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {