Private
Public Access
2
0

package.json.cmake: remove repository tag causing issues on update

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-24 17:45:50 +00:00
parent a38c07f7b1
commit 0ca4b10687

View File

@@ -3,12 +3,6 @@
"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",
"repository" : {
"type" : "git",
"url" : "http://github.com/intel-iot-devkit/mraa.git"
},
"main" : "./mraa.node",
"engines": {
"node": ">= 1.0.x"