Skip to content

Commit

Permalink
Fix for the user scope package handling
Browse files Browse the repository at this point in the history
  • Loading branch information
spidermanja committed Aug 16, 2022
1 parent 93c9657 commit 31bd7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

const AbstractRelpFrame = require('../src/main/js/AbstractRelpFrame')
const RelpBatach = require('../src/main/js/RelpBatch')
const RelpBatch = require('../src/main/js/RelpBatch')
const RelpConnection = require('../src/main/js/RelpConnection')
const RelpConnectionCommand = require('../src/main/js/RelpConnectionCommand')
const RelpConnectionState = require('../src/main/js/RelpConnectionState')
Expand All @@ -27,7 +27,7 @@ const TxID = require('../src/main/js/TxID')

module.exports = {
AbstractRelpFrame,
RelpBatach,
RelpBatch,
RelpConnection,
RelpConnectionCommand,
RelpConnectionState,
Expand Down

0 comments on commit 31bd7fe

Please sign in to comment.