Compare commits

..

3 Commits

Author SHA1 Message Date
9c09a427c9 0.2.19 2016-04-04 22:17:12 -07:00
4b35f0f751 Bump kindscript to 0.2.22 2016-04-04 22:17:10 -07:00
bb03cc4357 static microbit image (svg) 2016-04-04 22:15:52 -07:00
2 changed files with 96 additions and 2 deletions

94
docs/static/microbitheart.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,6 +1,6 @@
{
"name": "kindscript-microbit",
"version": "0.2.18",
"version": "0.2.19",
"description": "BBC micro:bit target for KindScript",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"kindscript": "0.2.21"
"kindscript": "0.2.22"
}
}