Skip to content

Commit 1ef16b7

Browse files
committed
pxt.json: uses local dependencies
1 parent a4496df commit 1ef16b7

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

pxt.json

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"name": "user-interface-base",
3-
"version": "0.0.23",
4-
"files": [
5-
"affine.ts",
6-
"bounds.ts",
7-
"component.ts",
8-
"math.ts",
9-
"screen.ts",
10-
"sprite.ts",
11-
"appconfig.ts",
12-
"accessibility.ts",
13-
"keymap.ts",
14-
"button.ts",
15-
"scene.ts",
16-
"cursor.ts",
17-
"picker.ts",
18-
"navigator.ts",
19-
"cursorscene.ts",
20-
"options.ts",
21-
"coreAssets.ts"
22-
],
23-
"supportedTargets": [
24-
"microbit"
25-
],
26-
"testFiles": [
27-
"test.ts"
28-
],
29-
"dependencies": {
30-
"core": "*",
31-
"radio": "*",
32-
"microphone": "*",
33-
"display-shield": "github:microbit-apps/display-shield#v1.0.4"
34-
},
35-
"testDependencies": {}
2+
"name": "user-interface-base",
3+
"version": "0.0.23",
4+
"dependencies": {
5+
"core": "file:../core",
6+
"radio": "file:../radio",
7+
"microphone": "file:../microphone",
8+
"display-shield": "file:../display-shield",
9+
"jacdac-display-rp2040": "file:../../../jacdac-display/pxt-maker/libs/jacdac-display-rp2040"
10+
},
11+
"files": [
12+
"affine.ts",
13+
"bounds.ts",
14+
"component.ts",
15+
"math.ts",
16+
"screen.ts",
17+
"sprite.ts",
18+
"appconfig.ts",
19+
"accessibility.ts",
20+
"keymap.ts",
21+
"button.ts",
22+
"scene.ts",
23+
"cursor.ts",
24+
"picker.ts",
25+
"navigator.ts",
26+
"cursorscene.ts",
27+
"options.ts",
28+
"coreAssets.ts"
29+
],
30+
"testFiles": [
31+
"test.ts"
32+
],
33+
"testDependencies": {},
34+
"supportedTargets": [
35+
"microbit"
36+
]
3637
}

0 commit comments

Comments
 (0)