bump pxt, enable github support

This commit is contained in:
Peli 2019-12-17 08:13:39 -08:00
parent d9370624e4
commit 0ed0551c71
4 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ hexcache
*.iml
.vscode/.BROWSE.VC.DB-shm
.vscode/.BROWSE.VC.DB-wal
package-lock.json

13
calliope.code-workspace Normal file
View File

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "../pxt"
},
{
"path": "../pxt-common-packages"
},
{
"path": "."
}
]
}

View File

@ -46,7 +46,7 @@
"typescript": "2.6.1"
},
"dependencies": {
"pxt-common-packages": "6.16.24",
"pxt-core": "5.28.24"
"pxt-common-packages": "6.17.1",
"pxt-core": "5.30.28"
}
}

View File

@ -22,7 +22,10 @@
"preferredPackages": [
"Microsoft/pxt-neopixel"
],
"githubPackages": true
"githubPackages": true,
"cloudProviders": {
"github": {}
}
},
"compile": {
"isNative": true,