Comparing version 0.0.5 to 0.0.6
#!/usr/bin/env node | ||
const Server = require('../server').Server; | ||
const Server = require('../build/server').Server; | ||
const s = new Server(process.cwd()); | ||
s.listen(8000); | ||
{ | ||
"name": "planktos", | ||
"description": "A library for making p2p web apps", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "http://www.planktos.xyz", | ||
@@ -6,0 +6,0 @@ "main": "./build/lib/client.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
50175