microbit-samples: updated module.json to point to a tagged release of microbit
This commit is contained in:
parent
73f82275d7
commit
5b14de2102
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "microbit-samples",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0-rc1",
|
||||
"description": "The micro:bit runtime common abstraction with examples.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"microbit": "lancaster-university/microbit#master"
|
||||
"microbit": "lancaster-university/microbit#v1.0.0-rc1"
|
||||
},
|
||||
"targetDependencies": {},
|
||||
"bin": "./source"
|
||||
|
|
Loading…
Reference in a new issue