Skip to content

Commit

Permalink
updated dep name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Tollenaar committed Jul 18, 2014
1 parent 8a915d1 commit 90df41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 90df41d

Please sign in to comment.