From 09dc67717c33f03bedb052e54b34e390e51997ff Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 7 Oct 2016 02:53:18 -0700 Subject: [PATCH] added nickname / github search flag --- pxtarget.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 17478788..c1e864cf 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -1,5 +1,6 @@ { "id": "microbit", + "nickname": "microbit", "name": "code the micro:bit", "title": "code the micro:bit - Blocks / Javascript editor", "description": "A Blocks / JavaScript code editor for the micro:bit.", @@ -20,7 +21,8 @@ "Microsoft/pxt-sonar", "Microsoft/pxt-max6675", "Microsoft/pxt-i2c-fram" - ] + ], + "githubPackages": true }, "blocksprj": { "id": "blocksprj",