Skip to content

Commit

Permalink
fixed: micromatch v2.2.0 update breaks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Jul 24, 2015
1 parent b596677 commit bcb949b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "0.3.0",
"version": "0.3.1",
"description": "The one-liner proxy middleware for connect, express and browser-sync",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"http-proxy": "^1.11.1",
"is-glob": "^2.0.0",
"micromatch": "^2.1.6",
"micromatch": "~2.1.6",
"url": "^0.10.3"
}
}

0 comments on commit bcb949b

Please sign in to comment.