koa-rewrite
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -42,5 +42,10 @@ | ||
debug('rewrite %s -> %s', orig, this.path); | ||
yield* next; | ||
this.path = orig; | ||
return; | ||
} | ||
yield next; | ||
yield* next; | ||
} | ||
@@ -47,0 +52,0 @@ } |
@@ -5,3 +5,6 @@ { | ||
"repository": "koajs/rewrite", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"scripts": { | ||
"test": "./node_modules/mocha/bin/mocha --harmony test/test" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +21,5 @@ "koa", | ||
"devDependencies": { | ||
"koa": "~0.2.1" | ||
"koa": "~0.2.1", | ||
"mocha": "^2.2.4", | ||
"supertest": "^0.15.0" | ||
}, | ||
@@ -21,0 +26,0 @@ "license": "MIT", |
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
2876
4
52
3