Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
0fcca0792a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-microbit",
|
"name": "pxt-microbit",
|
||||||
"version": "0.2.45",
|
"version": "0.2.46",
|
||||||
"description": "BBC micro:bit target for PXT",
|
"description": "BBC 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.2.46"
|
"pxt-core": "0.2.48"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
9
sim/public/sim.manifest
Normal file
9
sim/public/sim.manifest
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CACHE MANIFEST
|
||||||
|
|
||||||
|
CACHE:
|
||||||
|
/cdn/bluebird.min.js
|
||||||
|
/cdn/pxtsim.js
|
||||||
|
/sim/sim.js
|
||||||
|
|
||||||
|
NETWORK:
|
||||||
|
*
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" data-framework="typescript">
|
<html lang="en" data-manifest="" data-framework="typescript">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user