koa-simple-static
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "koa-simple-static", | ||
"description": "Simple caching static file server for Koa 2.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Zac Anger", |
@@ -60,4 +60,6 @@ # Koa Simple Static | ||
* Please _add_ tests, if you're adding functionality. | ||
* The top item on my todo-list here is moving all the tests to just use `tape` | ||
(with `babel-tape-runner`). | ||
* My top priority right now is reducing dependencies: | ||
* Using Node's `zlib` and `fs` instead of `mz` | ||
* Removing `regenerator` | ||
* I would also like to add typings for TypeScript users. | ||
@@ -64,0 +66,0 @@ ## License |
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
210889
68