Comparing version 10.1.0 to 10.1.1
@@ -51,5 +51,3 @@ "use strict"; | ||
*/ | ||
middleware: [ | ||
utils.handleIe | ||
] | ||
middleware: [] | ||
}); | ||
@@ -90,4 +88,6 @@ | ||
item.set("middleware", item.get("middleware").concat([utils.handleIe])); | ||
return item; | ||
}); | ||
}; |
{ | ||
"name": "foxy", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "Proxy with response modding", | ||
@@ -8,5 +8,6 @@ "main": "index.js", | ||
"lint": "jshint *.js lib/*.js test/src/*.js test/src/*/*.js", | ||
"unit": "mocha --recursive test/specs", | ||
"es6": "babel test/src --out-dir test/specs", | ||
"unit": "npm run es6 && mocha --recursive test/specs", | ||
"cover": "npm run lint && istanbul cover _mocha --report lcovonly -- --timeout 10000 --recursive test/specs && istanbul-coveralls", | ||
"test": "npm run lint && gulp es6 && npm run unit" | ||
"test": "npm run lint && npm run unit" | ||
}, | ||
@@ -37,8 +38,6 @@ "repository": "shakyShane/foxy", | ||
"devDependencies": { | ||
"beeper": "^1.0.0", | ||
"babel": "^4.7.16", | ||
"browser-sync": "^2.3.1", | ||
"chai": "^2.1.2", | ||
"connect-gzip": "^0.1.6", | ||
"gulp": "^3.8.11", | ||
"gulp-traceur": "^0.17.0", | ||
"istanbul": "^0.3.8", | ||
@@ -54,5 +53,4 @@ "istanbul-coveralls": "^1.0.2", | ||
"socket.io-client": "^1.3.5", | ||
"stream-combiner2": "^1.0.2", | ||
"supertest": "^0.15.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16415
15
489