Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Dec 17, 2017
1 parent 1de8399 commit 65404ea
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"unit": "tape test/*.js"
},
"devDependencies": {
"nyc": "^6.4.0",
"nyc": "^10.2.0",
"standard": "*",
"tape": "^4.8.0"
"tape": "^4.8.0",
"tap-dot": "*"
},
"repository": {
"type": "git",
Expand All @@ -34,14 +35,8 @@
"url": "https://github.com/bitcoinjs/bolt11/issues"
},
"homepage": "https://github.com/bitcoinjs/bolt11#readme",
"devDependencies": {
"nyc": "^10.2.0",
"standard": "*",
"tape": "^4.6.3",
"tap-dot": "*"
},
"dependencies": {
"bech32": "^1.1.0",
"bech32": "^1.1.2",
"bitcoinjs-lib": "^3.3.1",
"bn.js": "^4.11.8",
"lodash": "^4.17.4",
Expand Down

0 comments on commit 65404ea

Please sign in to comment.