Add tessel hardware property to package.json
This commit is contained in:
parent
fe93b59d1e
commit
515ffc38f9
|
@ -19,6 +19,14 @@
|
|||
"type": "Apache 2.0"
|
||||
}
|
||||
],
|
||||
"hardware": {
|
||||
"*": false,
|
||||
"./": false,
|
||||
"async": true,
|
||||
"node-namespace": true,
|
||||
"./dist": true,
|
||||
"./dist/cli": false
|
||||
},
|
||||
"bin": {
|
||||
"cylon": "./bin/cylon"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue