moving IR as well

This commit is contained in:
Peli de Halleux
2017-11-30 09:53:43 -08:00
parent 32f524ddd8
commit 34a5aeb7d2
12 changed files with 66 additions and 44 deletions

View File

@ -0,0 +1,15 @@
{
"name": "infrared-sensor",
"description": "Infrared Sensor support",
"files": [
"README.md",
"ir.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}