version v0.0.2
This commit is contained in:
parent
c893f3d397
commit
2fdad67ceb
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "microbit",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "The micro:bit runtime, building with yotta",
|
||||
"licenses": [
|
||||
{
|
||||
|
@ -9,10 +9,9 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"mbed-classic": "~0.0.4",
|
||||
"microbit-dal":"lancaster-university/microbit-dal"
|
||||
"mbed-classic": "~0.0.4",
|
||||
"microbit-dal": "lancaster-university/microbit-dal"
|
||||
},
|
||||
"targetDependencies": {},
|
||||
"bin": "./source"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue