@adobe/uix-host-react 0.6.5-1 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -3
package/package.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adobe/uix-host-react",
|
3
|
-
"version": "0.6.5
|
3
|
+
"version": "0.6.5",
|
4
|
+
"publishConfig": {
|
5
|
+
"access": "public"
|
6
|
+
},
|
4
7
|
"description": "Tools for embedding UI Extensions into React apps",
|
5
8
|
"author": "Adobe, Inc,",
|
6
9
|
"main": "dist/index.js",
|
@@ -15,8 +18,8 @@
|
|
15
18
|
],
|
16
19
|
"bugs": "https://github.com/adobe/uix-sdk/issues",
|
17
20
|
"dependencies": {
|
18
|
-
"@adobe/uix-core": "^0.6.5
|
19
|
-
"@adobe/uix-host": "^0.6.5
|
21
|
+
"@adobe/uix-core": "^0.6.5",
|
22
|
+
"@adobe/uix-host": "^0.6.5",
|
20
23
|
"penpal": "~6.2.2"
|
21
24
|
},
|
22
25
|
"files": [
|