koa-sendfile
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -17,2 +17,3 @@ | ||
this.response.status = 200 | ||
this.response.lastModified = stats.mtime | ||
@@ -19,0 +20,0 @@ this.response.length = stats.size |
{ | ||
"name": "koa-sendfile", | ||
"description": "basic file-sending utility for koa", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": { | ||
@@ -26,8 +26,9 @@ "name": "Jonathan Ong", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec", | ||
"test-cov": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should", | ||
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" | ||
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec", | ||
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should", | ||
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" | ||
}, | ||
"engines": { | ||
"node": ">= 0.11.13" | ||
"node": ">= 0.11.13", | ||
"iojs": ">= 1" | ||
}, | ||
@@ -34,0 +35,0 @@ "files": [ |
@@ -10,3 +10,2 @@ | ||
[![Downloads][downloads-image]][downloads-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
@@ -58,3 +57,1 @@ Basic file-sending utility for koa. It does the following: | ||
[downloads-url]: https://npmjs.org/package/koa-sendfile | ||
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square | ||
[gittip-url]: https://www.gittip.com/jonathanong/ |
40
5199
56