bump pxt
This commit is contained in:
parent
87d22db6f3
commit
9c4acba7eb
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "6.16.26",
|
"pxt-common-packages": "6.16.26",
|
||||||
"pxt-core": "5.28.31"
|
"pxt-core": "5.28.32"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||||
|
@ -37,7 +37,10 @@
|
|||||||
"publishing": true,
|
"publishing": true,
|
||||||
"importing": true,
|
"importing": true,
|
||||||
"preferredPackages": [],
|
"preferredPackages": [],
|
||||||
"githubPackages": true
|
"githubPackages": true,
|
||||||
|
"cloudProviders": {
|
||||||
|
"github": {}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"isNative": true,
|
"isNative": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user