Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions web-client/iron-remote-desktop-rdp/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"name": "@devolutions/iron-remote-desktop-rdp",
"author": "Nicolas Girot",
"email": "ngirot@devolutions.net",
"author": "Alexandr Yusuk",
"email": "thepulticula@gmail.com",
"contributors": [
"Benoit Cortier",
"Irving Ou",
"Vladislav Nikonov",
"Zacharia Ellaham",
"Alexandr Yusuk"
"Benoit Cortier"
],
"description": "RDP backend for iron-remote-desktop.",
"description": "RDP backend for iron-remote-desktop",
"version": "0.0.0",
"type": "module",
"private": true,
Expand Down
13 changes: 5 additions & 8 deletions web-client/iron-remote-desktop-rdp/public/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "@devolutions/iron-remote-desktop-rdp",
"author": "Nicolas Girot",
"email": "ngirot@devolutions.net",
"author": "Alexandr Yusuk",
"email": "thepulticula@gmail.com",
"contributors": [
"Benoit Cortier",
"Irving Ou",
"Vladislav Nikonov",
"Zacharia Ellaham"
"Benoit Cortier"
],
"description": "RDP backend for iron-remote-desktop.",
"version": "0.13.1",
"description": "RDP backend for iron-remote-desktop",
"version": "0.1.0",
"main": "iron-remote-desktop-rdp.js",
"types": "index.d.ts",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion web-client/iron-remote-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Benoit Cortier",
"Irving Ou",
"Vladislav Nikonov",
"Zacharia Ellaham"
"Zacharia Ellaham",
"Alexandr Yusuk"
],
"description": "Web Component providing agnostic implementation for Iron Wasm base client",
"version": "0.0.0",
Expand Down
7 changes: 4 additions & 3 deletions web-client/iron-remote-desktop/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"Benoit Cortier",
"Irving Ou",
"Vladislav Nikonov",
"Zacharia Ellaham"
"Zacharia Ellaham",
"Alexandr Yusuk"
],
"description": "Web Component providing agnostic implementation for Iron Wasm base client.",
"version": "0.13.1",
"description": "Web Component providing agnostic implementation for Iron Wasm base client",
"version": "0.1.0",
"main": "iron-remote-desktop.js",
"types": "index.d.ts",
"files": [
Expand Down
Loading