Comparing version 0.2.4 to 0.3.0
@@ -11,3 +11,3 @@ module.exports = MiddlewareBase => class SPA extends MiddlewareBase { | ||
alias: 's', | ||
typeLabel: '[underline]{file}', | ||
typeLabel: '{underline file}', | ||
description: 'Path to a Single Page App, e.g. app.html.' | ||
@@ -18,3 +18,3 @@ }, | ||
type: String, | ||
typeLabel: '[underline]{RegExp}', | ||
typeLabel: '{underline RegExp}', | ||
description: 'A regular expression to identify an asset file. Defaults to "\\.".' | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "lws-spa", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "Middleware adding support for Single Page Applications to lws", | ||
@@ -21,10 +21,10 @@ "repository": "https://github.com/lwsjs/spa.git", | ||
"koa-route": "^3.2.0", | ||
"koa-send": "^4.1.0" | ||
"koa-send": "^4.1.3" | ||
}, | ||
"devDependencies": { | ||
"lws": "^1.0.3", | ||
"lws": "^1.2.1", | ||
"lws-static": "^0.4.1", | ||
"req-then": "^0.6.4", | ||
"test-runner": "^0.4.0" | ||
"test-runner": "^0.5.0" | ||
} | ||
} |
@@ -13,2 +13,2 @@ [![view on npm](https://img.shields.io/npm/v/lws-spa.svg)](https://www.npmjs.org/package/lws-spa) | ||
© 2016-17 Lloyd Brookes <75pound@gmail.com>. | ||
© 2016-18 Lloyd Brookes <75pound@gmail.com>. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5408
8
Updatedkoa-send@^4.1.3