@ansible/ansible-ui-framework 2.4.2593 → 2.4.2594
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
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": "2.4.
|
4
|
+
"version": "2.4.2594",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -20,7 +20,8 @@
|
|
20
20
|
"./style.css": {
|
21
21
|
"import": "./style.css",
|
22
22
|
"require": "./style.css"
|
23
|
-
}
|
23
|
+
},
|
24
|
+
"./assets/*": "./assets/*"
|
24
25
|
},
|
25
26
|
"keywords": [
|
26
27
|
"ansible",
|