Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "koa-ssl", | ||
"description": "Enforce SSL for koa apps", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Jonathan Clem", | ||
@@ -18,3 +18,4 @@ "bugs": { | ||
"engines": { | ||
"iojs": "1.2.0" | ||
"iojs": "1.2.0", | ||
"node": ">= 7.4.0" | ||
}, | ||
@@ -21,0 +22,0 @@ "homepage": "https://github.com/jclem/koa-ssl", |
# koa-ssl | ||
[![Build Status](https://travis-ci.org/jclem/koa-ssl.svg)](https://travis-ci.org/jclem/koa-ssl) | ||
[![Circle CI](https://circleci.com/gh/jclem/koa-ssl.svg?style=svg)](https://circleci.com/gh/jclem/koa-ssl) | ||
@@ -17,3 +17,3 @@ koa-ssl enforces SSL for [Koa][koa] apps. | ||
The function requires an optional object of options: | ||
The function takes an optional object of options: | ||
@@ -20,0 +20,0 @@ - `disabled`: (default `false`) If `true`, this middleware will allow all |
6939