From 3923944a2ed1d28941abae6d025054c6a88051ae Mon Sep 17 00:00:00 2001 From: Amerlander Date: Mon, 21 Sep 2020 16:17:11 +0200 Subject: [PATCH] Link in package.json to https://github.com/microsoft/pxt-calliope (#123) * Link in package.json https://github.com/microsoft/pxt-calliope * description Co-authored-by: Juri --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ffb4552a..732dd919 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pxt-calliopemini", "version": "3.0.33", - "description": "micro:bit target for Microsoft MakeCode (PXT)", + "description": "calliope mini target for Microsoft MakeCode (PXT)", "keywords": [ "JavaScript", "education", @@ -10,11 +10,11 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/pxt-microbit.git" + "url": "git+https://github.com/microsoft/pxt-calliope.git" }, "author": "", "license": "MIT", - "homepage": "https://github.com/Microsoft/pxt-microbit#readme", + "homepage": "https://github.com/microsoft/pxt-calliope#readme", "files": [ "README.md", "pxtarget.json",