Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "lws-cors", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "lws-cors", | ||
@@ -22,6 +22,6 @@ "repository": "https://github.com/lwsjs/cors.git", | ||
"devDependencies": { | ||
"lws": "^1.0.0-pre2.1", | ||
"req-then": "^0.6.2", | ||
"lws": "^1.0.0-pre4.0", | ||
"req-then": "^0.6.4", | ||
"test-runner": "^0.4.0" | ||
} | ||
} |
@@ -11,5 +11,5 @@ const TestRunner = require('test-runner') | ||
const lws = new Lws() | ||
const server = lws.create({ port, stack: Cors }) | ||
const server = lws.listen({ port, stack: Cors }) | ||
const response = await request(`http://localhost:${port}/`) | ||
server.close() | ||
}) |
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
20597