From 04e052961012dc2580b39ea0200a8ce9c9a9b5af Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 7 Oct 2016 18:20:42 -0700 Subject: [PATCH] disabling embed --- pxtarget.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index c1e864cf..64a2a401 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -14,8 +14,8 @@ "cloud": { "workspace": false, "packages": true, - "sharing": true, - "publish": true, + "sharing": false, + "publish": false, "preferredPackages": [ "Microsoft/pxt-neopixel", "Microsoft/pxt-sonar",