From cb280af783bb9b468afc0ea7338978e46e8bdbd1 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 11 Oct 2016 10:13:30 -0700 Subject: [PATCH] fix json in libs/hello --- libs/hello/pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hello/pxt.json b/libs/hello/pxt.json index 599a3efb..b18eb115 100644 --- a/libs/hello/pxt.json +++ b/libs/hello/pxt.json @@ -6,6 +6,6 @@ ], "public": true, "dependencies": { - "core": "file:../core", + "core": "file:../core" } }