Compare commits

...

4 Commits

Author SHA1 Message Date
693d019525 0.2.46 2016-04-07 18:17:30 -07:00
fa6b48e421 Bump pxt-core to 0.2.48 2016-04-07 18:17:28 -07:00
8286561125 Add app manifest 2016-04-07 18:14:24 -07:00
cba7ccbacb One more rename 2016-04-07 13:34:52 -07:00
4 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# micro:bit target for KindScript
# micro:bit target for PXT
This target allow to program a [BBC micro:bit](https://www.microbit.co.uk/) using
[Microsoft Programming Experience Toolkit](https://github.com/Microsoft/pxt).

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.2.45",
"version": "0.2.46",
"description": "BBC micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.2.46"
"pxt-core": "0.2.48"
}
}

9
sim/public/sim.manifest Normal file
View File

@ -0,0 +1,9 @@
CACHE MANIFEST
CACHE:
/cdn/bluebird.min.js
/cdn/pxtsim.js
/sim/sim.js
NETWORK:
*

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-framework="typescript">
<html lang="en" data-manifest="" data-framework="typescript">
<head>
<meta charset="utf-8">