Skip to content

Commit cb02a9e

Browse files
committed
This branch changes pxt.json to always use local dependencies (such as ../displayshield)). This is used when compiling in the context of pxt-microbit, where there may be many local changes that affect this repo.
1 parent 589d51e commit cb02a9e

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
@@ -27,10 +27,10 @@
2727
"test.ts"
2828
],
2929
"dependencies": {
30-
"core": "*",
31-
"radio": "*",
32-
"microphone": "*",
33-
"display-shield": "github:microbit-apps/display-shield#v1.0.4"
30+
"core": "file:../core",
31+
"radio": "file:../radio",
32+
"microphone": "file:../microphone",
33+
"display-shield": "file:../display-shield"
3434
},
3535
"testDependencies": {}
3636
}

0 commit comments

Comments
 (0)