revert to commonJS

master
Trevor Gionet 2018-10-10 12:48:36 -04:00
parent e2e9070847
commit 89afcfb92a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// #sourceURL=xGraphAdapter.js
export default class xGraphAdapter {
modue.exports.xGraphAdapter = class xGraphAdapter {
constructor(host, port) {
this._status = 'CLOSED';
this._sendQueue = [];

View File

@ -1,6 +1,6 @@
{
"name": "xgraph-adapter",
"version": "0.0.1",
"version": "0.0.2",
"description": "connect to xGraph server-side systems via web-sockets",
"main": "index.js",
"scripts": {