Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Move back index.js to avoid test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
liamzebedee committed Aug 6, 2019
1 parent bfda437 commit d5819d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 8 additions & 0 deletions lib/tbtc-helpers/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const BitcoinSPV = require('./src/BitcoinSPV')
const BitcoinTxParser = require('./src/BitcoinTxParser')
const ElectrumClient = require('./src/ElectrumClient')
const Address = require('./src/Address')

module.exports = {
BitcoinSPV, BitcoinTxParser, ElectrumClient, Address,
}
2 changes: 1 addition & 1 deletion lib/tbtc-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tbtc-helpers",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000",
"js:lint": "eslint .",
Expand Down
8 changes: 0 additions & 8 deletions lib/tbtc-helpers/src/index.js

This file was deleted.

0 comments on commit d5819d3

Please sign in to comment.