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

22
libs/neopixel/pxt.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "neopixel",
"description": "AdaFruit NeoPixel driver for micro:bit",
"files": [
"README.md",
"neopixel.ts",
"sendbuffer.asm"
],
"testFiles": [
"neotest.ts"
],
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "0"
}
},
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "zbhlje"
}