Skip to content

Commit e396a53

Browse files
committed
pxt.json: using local dependencies
1 parent ff2660d commit e396a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pxt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"microbit"
2424
],
2525
"dependencies": {
26-
"core": "*",
27-
"radio": "*",
28-
"microphone": "*",
29-
"display-shield": "github:microbit-apps/display-shield#089e27e4b77411daec71069bfef3a5a5618d0570"
26+
"core": "file:../core",
27+
"radio": "file:../radio",
28+
"microphone": "file:../microphone",
29+
"display-shield": "file:../display-shield"
3030
},
3131
"testDependencies": {}
3232
}

0 commit comments

Comments
 (0)