Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "lws-spa", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Middleware adding support for Single Page Applications to lws", | ||
@@ -18,4 +18,3 @@ "repository": "https://github.com/lwsjs/spa", | ||
"scripts": { | ||
"test": "test-runner test/*.mjs", | ||
"cover": "c8 npm test && c8 report --reporter=text-lcov | coveralls" | ||
"test": "test-runner test/*.mjs" | ||
}, | ||
@@ -26,8 +25,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"c8": "^7.8.0", | ||
"coveralls": "^3.1.1", | ||
"lws": "^4.1.0", | ||
"lws": "^4.1.4", | ||
"lws-static": "^3.1.0", | ||
"node-fetch": "^2.6.1", | ||
"test-runner": "^0.9.8" | ||
"node-fetch": "^3.3.2", | ||
"test-runner": "^0.11.0" | ||
}, | ||
@@ -34,0 +31,0 @@ "files": [ |
@@ -6,3 +6,2 @@ [![view on npm](https://badgen.net/npm/v/lws-spa)](https://www.npmjs.org/package/lws-spa) | ||
[![Node.js CI](https://github.com/lwsjs/spa/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/spa/actions/workflows/node.js.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/lwsjs/spa/badge.svg)](https://coveralls.io/github/lwsjs/spa) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
@@ -28,4 +27,4 @@ | ||
© 2016-21 Lloyd Brookes \<75pound@gmail.com\>. | ||
© 2016-24 Lloyd Brookes \<75pound@gmail.com\>. | ||
Tested by [test-runner](https://github.com/test-runner-js/test-runner). |
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
4
5713
29