Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/pxt-microbit in…
Browse files Browse the repository at this point in the history
…to tballmsft-patch-1
  • Loading branch information
tballmsft committed Nov 11, 2024
2 parents 5248e4f + f2b7603 commit 1ab2e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ This step is only required if you intend to make changes to pxt and/or
pxt-common-packages repos. If all you want is serve a local Makecode, you can skip
this step.
```
npm link ../pxt
npm link ../pxt-common-packages
npm link ../pxt ../pxt-common-packages
```
Note the above command assumes the folder structure of
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"docs/static/icons/favicon.ico"
],
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.16",
"@types/dom-mediacapture-record": "1.0.20",
"@types/marked": "0.3.0",
"@types/node": "8.10.66",
"@types/react": "16.4.7",
Expand Down

0 comments on commit 1ab2e88

Please sign in to comment.