Fix microbit ref

This commit is contained in:
Michal Moskal 2016-03-31 12:10:30 -07:00
parent 529b18e423
commit 6341f795c6
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
}
},
"dependencies": {
"core": "file:../microbit"
"microbit": "file:../microbit"
}
}