Skip to content

Commit

Permalink
Export singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
notVitaliy committed Dec 25, 2020
1 parent 5037fbc commit 45f1031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic8bot/smq",
"version": "1.1.0",
"version": "2.0.0",
"description": "Cryptocurrency trading bot",
"bugs": "https://github.com/magic8bot/smq/issues",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import { config } from 'dotenv'
config()

export * from './channels'
export * from './smq'
import { Smq } from './smq'

export const smq = new Smq()

0 comments on commit 45f1031

Please sign in to comment.