From 90df41dc4770cb98c2b506f3e001ef22719fa0d7 Mon Sep 17 00:00:00 2001 From: Fabian Tollenaar Date: Fri, 18 Jul 2014 12:42:31 +0200 Subject: [PATCH] updated dep name --- lib/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 640907a8a..6e4df22d7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -24,7 +24,7 @@ var express = require('express') , memwatch = require('memwatch') , colors = require('colors') - , EJSON = require('e-json') + , EJSON = require('ejson') , Multiplexer = require('./lib/Multiplexer') , app = this.app = express() diff --git a/package.json b/package.json index 60a9e7385..a9ee658cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saildata-server", - "version": "0.1.7", + "version": "0.1.8", "description": "An implementation of a [Signal K](http://signalk.github.io) central server for boats.", "main": "index.js", "scripts": {