Skip to content

Commit

Permalink
Bugfix wrong rquire
Browse files Browse the repository at this point in the history
  • Loading branch information
frakti committed Nov 22, 2019
1 parent d393be6 commit 466b4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* Goal of this file is to provide backward compatibility with previous SDK versions.
*/
module.exports = require('./lib/utils')
module.exports = require('./src/utils')

0 comments on commit 466b4e9

Please sign in to comment.