Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore(Release): v3.41.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 17, 2018
1 parent 2eb370a commit 67cd2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function (config) {
bundle.once('prebundle', function () {
bundle.transform('browserify-istanbul'); // Must go first
bundle.transform('babelify', {
presets: ['es2015'],
presets: ['env'],
ignore: [
'src/ws-browser.js', // undefined is not an object (evaluating 'global.WebSocket')
/\/node_modules\/(?!bitcoin-(coinify|exchange|sfox)-client\/)/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-client",
"version": "3.41.3",
"version": "3.41.4",
"description": "Blockchain.info JavaScript Wallet",
"homepage": "https://github.com/blockchain/my-wallet-v3",
"bugs": {
Expand Down

0 comments on commit 67cd2d9

Please sign in to comment.