From 7fd7e15bd4c8dd965fbf46726c2a5e0fd38f7e16 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 5 Apr 2016 19:02:12 -0700 Subject: [PATCH] Add README.md to kind.json --- libs/i2c-fram/kind.json | 3 ++- libs/neopixel/kind.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/i2c-fram/kind.json b/libs/i2c-fram/kind.json index a61350a5..c78e8f7a 100644 --- a/libs/i2c-fram/kind.json +++ b/libs/i2c-fram/kind.json @@ -11,5 +11,6 @@ "public": true, "dependencies": { "microbit": "file:../microbit" - } + }, + "installedVersion": "hrakif" } diff --git a/libs/neopixel/kind.json b/libs/neopixel/kind.json index 2ed42160..e19ceda7 100644 --- a/libs/neopixel/kind.json +++ b/libs/neopixel/kind.json @@ -2,6 +2,7 @@ "name": "neopixel", "description": "AdaFruit NeoPixel driver for micro:bit", "files": [ + "README.md", "neopixel.ts", "sendbuffer.asm" ], @@ -16,5 +17,6 @@ "public": true, "dependencies": { "microbit": "file:../microbit" - } + }, + "installedVersion": "zbhlje" }