Moving lang-test0 from kindscript main

This commit is contained in:
Michal Moskal
2016-04-02 14:18:00 -07:00
parent 47d382135b
commit 356b17cb13
2 changed files with 735 additions and 0 deletions

12
libs/lang-test0/kind.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "lang-test0",
"description": "Test for the TypeScript -> HEX compiler",
"installedVersion": "file:.",
"files": [
"lang-test0.ts"
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
}
}