Skip to content

Commit 7b90814

Browse files
committed
chore(package): update dependencies
1 parent 4104720 commit 7b90814

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "index.js",
66
"scripts": {
7+
"clean": "rm -rf coverage",
78
"test": "mocha --recursive --colors --reporter spec",
8-
"cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
9-
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && rm -rf coverage"
9+
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
10+
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -34,22 +35,22 @@
3435
},
3536
"homepage": "https://github.com/chimurai/http-proxy-middleware",
3637
"devDependencies": {
37-
"browser-sync": "^2.12.5",
38+
"browser-sync": "^2.13.0",
3839
"chai": "^3.5.0",
3940
"connect": "^3.4.1",
4041
"coveralls": "^2.11.9",
4142
"express": "^4.13.4",
4243
"istanbul": "^0.4.3",
4344
"istanbul-coveralls": "^1.0.3",
44-
"mocha": "^2.4.5",
45+
"mocha": "^2.5.3",
4546
"mocha-lcov-reporter": "1.2.0",
46-
"opn": "^4.0.1",
47+
"opn": "^4.0.2",
4748
"ws": "^1.1.0"
4849
},
4950
"dependencies": {
50-
"http-proxy": "^1.13.2",
51+
"http-proxy": "^1.13.3",
5152
"is-glob": "^2.0.1",
52-
"lodash": "^4.11.2",
53+
"lodash": "^4.13.1",
5354
"micromatch": "^2.3.8"
5455
}
5556
}

0 commit comments

Comments
 (0)