diff --git a/package.json b/package.json index 0bcabd33e..08b364ec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saildata-server", - "version": "0.1.4", + "version": "0.1.5", "description": "An implementation of a [Signal K](http://signalk.github.io) central server for boats.", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "e-json": "0.0.4", "express": "3.x", "lodash": "^2.4.1", - "nmea0183-signalk": "^0.1.8", + "nmea0183-signalk": "^0.1.9", "node-uuid": "^1.4.1", "socket.io": "^1.0.6", "stream-throttle": "^0.1.3" diff --git a/providers/filerunner/index.js b/providers/filerunner/index.js index 5450d7133..92bf7cbb7 100644 --- a/providers/filerunner/index.js +++ b/providers/filerunner/index.js @@ -26,6 +26,7 @@ if(typeof process.send !== 'function') { var Parser, fs, reader, filestream, parser, mw, colors, counter, Throttle, throttled, last, path, vessel, FILE; FILE = 'gofree-merrimac.log'; +// FILE = 'gps.log'; path = require('path'); vessel = require(path.normalize(__dirname + '/../../settings.json')).vessel; colors = require('colors');