Skip to content

Commit 06113b6

Browse files
author
Akos Kitta
committed
fix: revert author and description order
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent dc8360b commit 06113b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"name": "electron-app",
44
"version": "2.1.2",
55
"license": "AGPL-3.0-or-later",
6-
"author": "Arduino SA",
7-
"description": "Arduino IDE",
86
"main": "arduino-ide-electron-main.js",
97
"dependencies": {
108
"@theia/core": "1.39.0",
@@ -97,6 +95,8 @@
9795
}
9896
}
9997
},
98+
"author": "Arduino SA",
99+
"description": "Arduino IDE",
100100
"build": {
101101
"appId": "cc.arduino.IDE2",
102102
"productName": "Arduino IDE",

0 commit comments

Comments
 (0)