Get generic part of lang-test from pxt-core package

This commit is contained in:
Michal Moskal
2016-07-28 11:35:17 +01:00
parent 63a26835b1
commit dbcd9e535c
4 changed files with 90 additions and 774 deletions

12
libs/lang-test1/pxt.json Normal file
View File

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