Skip to content

Commit

Permalink
use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
weilu committed Mar 15, 2014
1 parent a744fcc commit 14a57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Crypto = require('crypto-js')
var path = require('path')
var includeFolder = require('include-folder')
var Wordlists = includeFolder('./wordlists')
var Wordlists = includeFolder(path.join(__dirname, 'wordlists'))

module.exports = BIP39

Expand Down

0 comments on commit 14a57f7

Please sign in to comment.