Comparing version 1.0.1 to 2.0.0
@@ -1,2 +0,4 @@ | ||
module.exports = MiddlewareBase => class SPA extends MiddlewareBase { | ||
const EventEmitter = require('events') | ||
class SPA extends EventEmitter { | ||
description () { | ||
@@ -60,1 +62,3 @@ return 'Support for Single Page Applications.' | ||
} | ||
module.exports = SPA |
{ | ||
"name": "lws-spa", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Middleware adding support for Single Page Applications to lws", | ||
@@ -25,4 +25,4 @@ "repository": "https://github.com/lwsjs/spa.git", | ||
"coveralls": "^3.0.3", | ||
"lws": "^1.3.1", | ||
"lws-static": "^0.5.0", | ||
"lws": "^2.0.0-7", | ||
"lws-static": "^1.0.0", | ||
"node-fetch": "^2.6.0", | ||
@@ -29,0 +29,0 @@ "nyc": "^14.1.1", |
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
4986
59