Skip to content

Commit

Permalink
refer to correct npm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Apr 29, 2019
1 parent bb0544f commit b1534fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/wrappers/therocktrading.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Therocktrading = require('npm-therocktrading');
const Therocktrading = require('therocktrading');
const _ = require('lodash');
const moment = require('moment');
const retry = require('../exchangeUtils').retry;
Expand Down

0 comments on commit b1534fe

Please sign in to comment.