Private
Public Access
2
0

package.json.cmake: fix broken main property

This is a partial revert of previous commit

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-12-01 14:40:59 +00:00
parent 36e24bade8
commit 14f4567d86

View File

@@ -3,7 +3,7 @@
"description": "IO library that helps you use I2c, SPI, gpio, uart, pwm, analog inputs (aio) and more on a number of platforms such as the Intel galileo, the Intel edison and others",
"keywords":["gpio", "edison","galileo","io", "mraajs", "spi", "i2c", "minnow", "intel"],
"homepage": "http://github.com/intel-iot-devkit/mraa",
"main" : "build/Release/mraa.node",
"main" : "./mraa.node",
"engines": {
"node": ">= 1.0.x"
},