Merge branch 'master' of https://github.com/Microsoft/kindscript-microbit
This commit is contained in:
commit
085af70db3
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ tmp/
|
||||
*.ts.new
|
||||
*.tgz
|
||||
temp/
|
||||
*.db
|
||||
|
@ -70,6 +70,10 @@
|
||||
"serial" : {
|
||||
"manufacturerFilter": "^mbed$",
|
||||
"log": true
|
||||
},
|
||||
"cloud" : {
|
||||
"workspace": false,
|
||||
"packages": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//% weight=2
|
||||
//% weight=2 color=30
|
||||
namespace serial {
|
||||
/**
|
||||
* Prints a line of text to the serial
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kindscript-microbit",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"description": "BBC micro:bit target for KindScript",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
@ -30,6 +30,6 @@
|
||||
"typescript": "^1.8.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"kindscript": "0.1.121"
|
||||
"kindscript": "0.1.123"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user