Skip to content

Commit 0859336

Browse files
committed
Use "platformio" owner for package dependencies
1 parent 0ccddf4 commit 0859336

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

platform.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "https://espressif.com/",
66
"license": "Apache-2.0",
77
"keywords": [
8-
"dev-platform",
9-
"Wi-Fi",
10-
"Xtensa",
11-
"106Micro"
8+
"dev-platform",
9+
"Wi-Fi",
10+
"Xtensa",
11+
"106Micro"
1212
],
1313
"engines": {
1414
"platformio": "<5"
@@ -52,44 +52,53 @@
5252
"packages": {
5353
"toolchain-xtensa": {
5454
"type": "toolchain",
55+
"owner": "platformio",
5556
"version": "~2.40802.191122"
5657
},
5758
"framework-arduinoespressif8266": {
5859
"type": "framework",
5960
"optional": true,
61+
"owner": "platformio",
6062
"version": "~3.20704.0"
6163
},
6264
"framework-esp8266-rtos-sdk": {
6365
"type": "framework",
6466
"optional": true,
67+
"owner": "platformio",
6568
"version": ">=1.5.0-beta"
6669
},
6770
"framework-esp8266-nonos-sdk": {
6871
"type": "framework",
6972
"optional": true,
73+
"owner": "platformio",
7074
"version": ">=2.1.0"
7175
},
7276
"framework-simba": {
7377
"type": "framework",
7478
"optional": true,
79+
"owner": "platformio",
7580
"version": ">=7.0.0"
7681
},
7782
"tool-esptool": {
7883
"type": "uploader",
84+
"owner": "platformio",
7985
"version": "<2"
8086
},
8187
"tool-esptoolpy": {
8288
"type": "uploader",
89+
"owner": "platformio",
8390
"version": "~1.20800.0"
8491
},
8592
"tool-mkspiffs": {
8693
"type": "uploader",
8794
"optional": true,
95+
"owner": "platformio",
8896
"version": "~1.200.0"
8997
},
9098
"tool-mklittlefs": {
9199
"type": "uploader",
92100
"optional": true,
101+
"owner": "platformio",
93102
"version": "~1.203.0"
94103
}
95104
}

0 commit comments

Comments
 (0)