Skip to content

Commit

Permalink
Merge pull request #2 from worldwide-asset-exchange/fix/typo-in-index
Browse files Browse the repository at this point in the history
fix: typo in index.js
  • Loading branch information
manh-vv authored Jun 3, 2022
2 parents 951f641 + e72d67f commit dccd3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waxio/eosio-statereceiver",
"version": "2.0.0",
"version": "2.0.1",
"description": "State receiver module for connecting to the state history plugin",
"main": "src/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Connection = require('./connection');
const StageReceiver = require('./state-receiver');
const StateReceiver = require('./state-receiver');

module.exports = {
Connection,
StageReceiver,
StateReceiver,
};

0 comments on commit dccd3c2

Please sign in to comment.