Comparing version 0.3.5 to 0.3.6
@@ -1,4 +0,4 @@ | ||
export default function clientSocket(spark) { | ||
module.exports = function clientSocket(spark) { | ||
return { | ||
spark: spark, | ||
// spark: spark, | ||
id: spark.id, | ||
@@ -10,2 +10,2 @@ on: spark.on, | ||
}; | ||
} | ||
}; |
@@ -69,2 +69,2 @@ 'use strict'; | ||
module.exports = startServer; | ||
module.exports = startServer; |
{ | ||
"name": "elephas", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Some added sugar on top of express to give our our some sensible defaults and a little structure.", | ||
@@ -5,0 +5,0 @@ "main": "elephas.js", |
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
39343
866