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

16
libs/i2c-fram/pxt.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "i2c-fram",
"description": "AdaFruit I2C FRAM driver for micro:bit",
"files": [
"README.md",
"fram.ts"
],
"testFiles": [
"ftest.ts"
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "hhneqa"
}