This commit is contained in:
Peli de Halleux 2016-04-08 10:54:05 -07:00
commit 0fcca0792a
3 changed files with 12 additions and 3 deletions

View File

@ -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
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> <!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">