Skip to content

Commit

Permalink
Update http-mitm-proxy and istextorbinary to the latest versions. Bum…
Browse files Browse the repository at this point in the history
…p version to 1.6.1
  • Loading branch information
kdzwinel committed Jun 11, 2016
1 parent 2d4979a commit fbfa81c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "betwixt",
"version": "1.6.0",
"version": "1.6.1",
"description": "Web Debugging Proxy based on Chrome DevTools Network panel",
"main": "src/main.js",
"scripts": {
Expand All @@ -13,7 +13,9 @@
},
"keywords": [
"traffic",
"proxy"
"proxy",
"mitm",
"devtools"
],
"author": "Konrad Dzwinel",
"license": "MIT",
Expand All @@ -23,8 +25,8 @@
"homepage": "https://github.com/kdzwinel/betwixt",
"dependencies": {
"chalk": "^1.1.1",
"http-mitm-proxy": "^0.4.0",
"istextorbinary": "^1.0.2",
"http-mitm-proxy": "^0.5.0",
"istextorbinary": "^2.0.0",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit fbfa81c

Please sign in to comment.