File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " The one-liner node.js proxy middleware for connect, express and browser-sync" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "clean" : " rm -rf coverage" ,
7
8
"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 "
10
11
},
11
12
"repository" : {
12
13
"type" : " git" ,
34
35
},
35
36
"homepage" : " https://github.com/chimurai/http-proxy-middleware" ,
36
37
"devDependencies" : {
37
- "browser-sync" : " ^2.12.5 " ,
38
+ "browser-sync" : " ^2.13.0 " ,
38
39
"chai" : " ^3.5.0" ,
39
40
"connect" : " ^3.4.1" ,
40
41
"coveralls" : " ^2.11.9" ,
41
42
"express" : " ^4.13.4" ,
42
43
"istanbul" : " ^0.4.3" ,
43
44
"istanbul-coveralls" : " ^1.0.3" ,
44
- "mocha" : " ^2.4.5 " ,
45
+ "mocha" : " ^2.5.3 " ,
45
46
"mocha-lcov-reporter" : " 1.2.0" ,
46
- "opn" : " ^4.0.1 " ,
47
+ "opn" : " ^4.0.2 " ,
47
48
"ws" : " ^1.1.0"
48
49
},
49
50
"dependencies" : {
50
- "http-proxy" : " ^1.13.2 " ,
51
+ "http-proxy" : " ^1.13.3 " ,
51
52
"is-glob" : " ^2.0.1" ,
52
- "lodash" : " ^4.11.2 " ,
53
+ "lodash" : " ^4.13.1 " ,
53
54
"micromatch" : " ^2.3.8"
54
55
}
55
56
}
You can’t perform that action at this time.
0 commit comments