diff --git a/package.json b/package.json index 73b8fd79..33a47276 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "kindscript-microbit", - "version": "0.0.9", - "description": "BBC micro:bit target for KindScript", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/kindscript-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", - "files": [ - "README.md", - "kindtarget.json", - "kindtheme.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "kindscript": "0.1.115" - } + "name": "kindscript-microbit", + "version": "0.0.10", + "description": "BBC micro:bit target for KindScript", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/kindscript-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/kindscript-microbit#readme", + "files": [ + "README.md", + "kindtarget.json", + "kindtheme.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "kindscript": "0.1.115" + } }