From 7756c5dd762ac8487d24f55ceb57dbc9cbf55771 Mon Sep 17 00:00:00 2001
From: Daniel Cousens <github@dcousens.com>
Date: Mon, 25 Jun 2018 16:15:45 +1000
Subject: [PATCH] bump tiny-secp256k1

---
 package.json               | 4 ++--
 test/integration/crypto.js | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 7f1ef7b..d6947a2 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
     "pushdata-bitcoin": "^1.0.1",
     "randombytes": "^2.0.1",
     "safe-buffer": "^5.1.1",
-    "tiny-secp256k1": "^0.1.0",
+    "tiny-secp256k1": "^0.2.2",
     "typeforce": "^1.11.3",
     "varuint-bitcoin": "^1.0.4",
     "wif": "^2.0.1"
@@ -50,7 +50,7 @@
     "bip39": "^2.3.0",
     "bip65": "^1.0.1",
     "bip68": "^1.0.3",
-    "bn.js": "4.11.8",
+    "bn.js": "^4.11.8",
     "bs58": "^4.0.0",
     "dhttp": "^2.5.0",
     "hoodwink": "^1.0.0",
diff --git a/test/integration/crypto.js b/test/integration/crypto.js
index cd2af49..78a6ab0 100644
--- a/test/integration/crypto.js
+++ b/test/integration/crypto.js
@@ -1,6 +1,5 @@
 /* global describe, it */
 
-
 const assert = require('assert')
 const BN = require('bn.js')
 const bitcoin = require('../../')