Rename json files
This commit is contained in:
12
libs/lang-test0/pxt.json
Normal file
12
libs/lang-test0/pxt.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user