From 6341f795c62a9ede44baac208e8cf820c5dc02f3 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 31 Mar 2016 12:10:30 -0700 Subject: [PATCH] Fix microbit ref --- libs/cpp-test/kind.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cpp-test/kind.json b/libs/cpp-test/kind.json index 3c660dab..2a642ed7 100644 --- a/libs/cpp-test/kind.json +++ b/libs/cpp-test/kind.json @@ -12,6 +12,6 @@ } }, "dependencies": { - "core": "file:../microbit" + "microbit": "file:../microbit" } }