Rename yelm.json to kind.json

This commit is contained in:
Michal Moskal
2016-03-10 15:01:58 -08:00
parent d71a460c12
commit bd4adccde0
10 changed files with 7 additions and 7 deletions

11
libs/hello/kind.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "hello",
"description": "Hello world",
"files": [
"hello.ts"
],
"public": true,
"dependencies": {
"core": "file:../microbit"
}
}