Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Jun 12, 2016
1 parent 4104720 commit 7b90814
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"scripts": {
"clean": "rm -rf coverage",
"test": "mocha --recursive --colors --reporter spec",
"cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && rm -rf coverage"
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,22 +35,22 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"devDependencies": {
"browser-sync": "^2.12.5",
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"connect": "^3.4.1",
"coveralls": "^2.11.9",
"express": "^4.13.4",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "1.2.0",
"opn": "^4.0.1",
"opn": "^4.0.2",
"ws": "^1.1.0"
},
"dependencies": {
"http-proxy": "^1.13.2",
"http-proxy": "^1.13.3",
"is-glob": "^2.0.1",
"lodash": "^4.11.2",
"lodash": "^4.13.1",
"micromatch": "^2.3.8"
}
}

0 comments on commit 7b90814

Please sign in to comment.