Skip to content

Commit 00423c0

Browse files
committed
try-fix mip
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 31b0684 commit 00423c0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

mip/package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"urls": [
3+
[
4+
"createstubs.py",
5+
"github:josverl/micropython-stubber/src/stubber/board/createstubs.py"
6+
],
7+
[
8+
"createstubs_db.py",
9+
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_db.py"
10+
],
11+
[
12+
"createstubs_mem.py",
13+
"github:Josverl/micropython-stubber/src/stubber/board/createstubs_mem.py"
14+
],
15+
[
16+
"logging.py",
17+
"github:Josverl/micropython-stubber/src/stubber/board/logging.py"
18+
],
19+
[
20+
"modules.txt",
21+
"github:Josverl/micropython-stubber/src/stubber/board/modulelist.txt"
22+
],
23+
[
24+
"board_info.csv",
25+
"github:Josverl/micropython-stubber/src/stubber/board/board_info.csv"
26+
]
27+
],
28+
"deps": [],
29+
"version": "1.11.2"
30+
}

0 commit comments

Comments
 (0)