Skip to content

Commit

Permalink
Update pxt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elecfreaks1 committed Oct 12, 2020
1 parent 3aa73f9 commit 06eac66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
"license": "MIT",
"dependencies": {
"core": "*",
"Sonarbit": "github:elecfreaks/pxt-sonarbit#v1.0.3"
"sonarbit": "github:elecfreaks/pxt-sonarbit"
},
"files": [
"README.md",
"motorbit.ts",
"_locales/zh/motorbit-strings.json"
"_locales/zh/motorbit-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"installedVersion": "github:elecfreaks/pxt-motorbit#v0.0.11"
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}

0 comments on commit 06eac66

Please sign in to comment.