From b04c2f599e5ceb6081cc039158c7d71aef480d80 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 7 Dec 2017 10:10:11 -0800 Subject: [PATCH] bump pxt-core to 0.14.24, --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aca56301..9f6eac83 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "semantic-ui-less": "^2.2.4" }, "dependencies": { - "pxt-core": "0.14.23" + "pxt-core": "0.14.24" } }