From f1a1973a1ee4e152821df986caaef4993b06eca7 Mon Sep 17 00:00:00 2001 From: Trevor Gionet Date: Wed, 10 Oct 2018 13:03:20 -0400 Subject: [PATCH] update type --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 550fb4e..c0798f5 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ // #sourceURL=xGraphAdapter.js -modue.exports.xGraphAdapter = class xGraphAdapter { +module.exports.xGraphAdapter = class xGraphAdapter { constructor(host, port) { this._status = 'CLOSED'; this._sendQueue = []; diff --git a/package.json b/package.json index 5d91d0b..798cf5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xgraph-adapter", - "version": "0.0.2", + "version": "0.0.3", "description": "connect to xGraph server-side systems via web-sockets", "main": "index.js", "scripts": {