Skip to content

Commit 08c2a9d

Browse files
authored
chore(web): prepare npm packages for publish (#784)
1 parent dd787af commit 08c2a9d

File tree

4 files changed

+15
-20
lines changed

4 files changed

+15
-20
lines changed

web-client/iron-remote-desktop-rdp/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"name": "@devolutions/iron-remote-desktop-rdp",
3-
"author": "Nicolas Girot",
4-
"email": "[email protected]",
3+
"author": "Alexandr Yusuk",
4+
"email": "[email protected]",
55
"contributors": [
6-
"Benoit Cortier",
7-
"Irving Ou",
8-
"Vladislav Nikonov",
9-
"Zacharia Ellaham",
10-
"Alexandr Yusuk"
6+
"Benoit Cortier"
117
],
12-
"description": "RDP backend for iron-remote-desktop.",
8+
"description": "RDP backend for iron-remote-desktop",
139
"version": "0.0.0",
1410
"type": "module",
1511
"private": true,

web-client/iron-remote-desktop-rdp/public/package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "@devolutions/iron-remote-desktop-rdp",
3-
"author": "Nicolas Girot",
4-
"email": "[email protected]",
3+
"author": "Alexandr Yusuk",
4+
"email": "[email protected]",
55
"contributors": [
6-
"Benoit Cortier",
7-
"Irving Ou",
8-
"Vladislav Nikonov",
9-
"Zacharia Ellaham"
6+
"Benoit Cortier"
107
],
11-
"description": "RDP backend for iron-remote-desktop.",
12-
"version": "0.13.1",
8+
"description": "RDP backend for iron-remote-desktop",
9+
"version": "0.1.0",
1310
"main": "iron-remote-desktop-rdp.js",
1411
"types": "index.d.ts",
1512
"files": [

web-client/iron-remote-desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"Benoit Cortier",
77
"Irving Ou",
88
"Vladislav Nikonov",
9-
"Zacharia Ellaham"
9+
"Zacharia Ellaham",
10+
"Alexandr Yusuk"
1011
],
1112
"description": "Web Component providing agnostic implementation for Iron Wasm base client",
1213
"version": "0.0.0",

web-client/iron-remote-desktop/public/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"Benoit Cortier",
77
"Irving Ou",
88
"Vladislav Nikonov",
9-
"Zacharia Ellaham"
9+
"Zacharia Ellaham",
10+
"Alexandr Yusuk"
1011
],
11-
"description": "Web Component providing agnostic implementation for Iron Wasm base client.",
12-
"version": "0.13.1",
12+
"description": "Web Component providing agnostic implementation for Iron Wasm base client",
13+
"version": "0.1.0",
1314
"main": "iron-remote-desktop.js",
1415
"types": "index.d.ts",
1516
"files": [

0 commit comments

Comments
 (0)