From ba4ce37ccec85a92bacdea0670315da2a7f5831f Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Wed, 6 Apr 2016 11:14:04 +0100 Subject: [PATCH] microbit: Update yotta version, license information and reference to microbit-dal --- module.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/module.json b/module.json index 3a30f5e..088f51d 100644 --- a/module.json +++ b/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"