Compare commits

...

7 Commits

Author SHA1 Message Date
20dcd5ce34 0.4.37 2016-10-05 17:17:12 -07:00
e092961b5b Bump pxt-core to 0.4.45 2016-10-05 17:17:11 -07:00
28044af979 merge 2016-10-05 17:16:58 -07:00
a9ba0a8f90 adding sharing flags 2016-10-05 17:14:49 -07:00
871694f99f 0.4.36 2016-10-05 15:17:45 -07:00
8f6c81cd53 Bump pxt-core to 0.4.44 2016-10-05 15:17:44 -07:00
c819b815c4 adding sharing flag to pxtarget.json 2016-10-05 15:17:16 -07:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.4.35",
"version": "0.4.37",
"description": "micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.4.42"
"pxt-core": "0.4.45"
}
}

View File

@ -13,6 +13,8 @@
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"publish": true,
"preferredPackages": [
"Microsoft/pxt-neopixel",
"Microsoft/pxt-sonar",