Rename json files

This commit is contained in:
Michal Moskal
2016-04-07 11:30:07 -07:00
parent 0f273131f6
commit 92d8adfdbd
9 changed files with 0 additions and 0 deletions

17
libs/cpp-test/pxt.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "cpp-test",
"description": "Testing C++",
"files": [
"support.cpp",
"hello.ts"
],
"public": true,
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "0"
}
},
"dependencies": {
"microbit": "file:../microbit"
}
}