Skip to content

Commit

Permalink
Workaround browserify issues in Meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 25, 2016
1 parent 6c44c9d commit c95501f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions browser.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('browserify-sha3').SHA3Hash
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@
"browserify-sha3": "^0.0.1",
"sha3": "^1.1.0"
},
"browser": {
"sha3": "browserify-sha3"
}
"browser": "browser.js"
}

0 comments on commit c95501f

Please sign in to comment.