package.json.cmake: remove repository tag causing issues on update
authorBrendan Le Foll <brendan.le.foll@intel.com>
Mon, 24 Nov 2014 17:45:50 +0000 (17:45 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Mon, 24 Nov 2014 17:45:50 +0000 (17:45 +0000)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/javascript/package.json.cmake

index 3c5daea..0960bf8 100644 (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"