microbit: Update yotta version, license information and reference to
microbit-dal
This commit is contained in:
parent
a113d304c8
commit
ba4ce37cce
1 changed files with 4 additions and 9 deletions
13
module.json
13
module.json
|
@ -1,15 +1,10 @@
|
|||
{
|
||||
"name": "microbit",
|
||||
"version": "0.0.2",
|
||||
"description": "The micro:bit runtime, building with yotta",
|
||||
"licenses": [
|
||||
{
|
||||
"url": "https://spdx.org/licenses/Apache-2.0",
|
||||
"type": "Apache-2.0"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0-rc1",
|
||||
"description": "A simple to use collection of the most commonly used components in the micro:bit runtime",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"microbit-dal": "lancaster-university/microbit-dal#component-refactor"
|
||||
"microbit-dal": "lancaster-university/microbit-dal#master"
|
||||
},
|
||||
"extraIncludes": [
|
||||
"inc"
|
||||
|
|
Loading…
Reference in a new issue