Testing build with pxt-core from branch

This commit is contained in:
Michal Moskal
2016-10-21 14:35:49 +01:00
parent 94556d3303
commit b5cbdef3b7

View File

@ -1,6 +1,6 @@
{ {
"name": "pxt-microbit", "name": "pxt-microbit",
"version": "0.4.47", "version": "0.5.0",
"description": "micro:bit target for PXT", "description": "micro:bit target for PXT",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7" "typescript": "^1.8.7"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.4.57-nb1" "pxt-core": "0.5.0-rc0"
} }
} }