Compare commits

..

3 Commits

Author SHA1 Message Date
cc1bf2187e 0.0.3 2016-03-28 18:32:07 -07:00
c8c31f8c48 Bump kindscript to 0.1.107 2016-03-28 18:32:05 -07:00
078282a23f Use the new 'kind travis' command 2016-03-28 18:30:40 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ node_js:
script:
- "npm update"
- "node node_modules/kindscript/built/kind.js buildtarget"
- "node node_modules/kindscript/built/kind.js uploadtrg microbit-latest"
- "node node_modules/kindscript/built/kind.js travis"
- "node node_modules/kindscript/built/kind.js uploaddoc"
sudo: false
notifications:

View File

@ -1,6 +1,6 @@
{
"name": "kindscript-microbit",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "BBC micro:bit target for KindScript",
"keywords": [
@ -31,6 +31,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"kindscript": "0.1.105"
"kindscript": "0.1.107"
}
}