diff --git a/package.json b/package.json index a3711cb3..12ca35fc 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "pxt-common-packages": "6.16.26", - "pxt-core": "5.28.31" + "pxt-core": "5.28.32" } } diff --git a/pxtarget.json b/pxtarget.json index 869b3b38..70765653 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -23,7 +23,10 @@ "preferredPackages": [ "Microsoft/pxt-neopixel" ], - "githubPackages": true + "githubPackages": true, + "cloudProviders": { + "github": {} + } }, "compile": { "isNative": false,