koa-simple-static
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "koa-simple-static", | ||
"description": "Simple caching static file server for Koa 2.", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": { | ||
@@ -45,3 +45,3 @@ "name": "Zac Anger", | ||
"mz": "2.6.0", | ||
"zeelib": "0.9.4" | ||
"zeelib": "0.9.6" | ||
}, | ||
@@ -63,3 +63,3 @@ "devDependencies": { | ||
"eslint-plugin-import": "2.3.0", | ||
"eslint-plugin-node": "4.2.2", | ||
"eslint-plugin-node": "5.0.0", | ||
"eslint-plugin-promise": "3.5.0", | ||
@@ -66,0 +66,0 @@ "eslint-plugin-standard": "3.0.1", |
@@ -24,2 +24,12 @@ # Koa Simple Static | ||
If you're on Node < 8.0.0, you'll need to use Babel in front of your server. | ||
```javascript | ||
require('babel-register')({ | ||
babelrc: false, | ||
presets: [ require('babel-preset-latest-minimal') ] | ||
}) | ||
require('./server') | ||
``` | ||
### Options | ||
@@ -26,0 +36,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
212071
77
+ Addedzeelib@0.9.6(transitive)
- Removedzeelib@0.9.4(transitive)
Updatedzeelib@0.9.6