bloxparty-server
Advanced tools
Comparing version 1.0.1-alpha to 1.0.3-alpha
@@ -0,1 +1,7 @@ | ||
<a name="1.0.3-alpha"></a> | ||
## 1.0.3-alpha (2015-08-18) | ||
<a name="1.0.1-alpha"></a> | ||
@@ -2,0 +8,0 @@ ## 1.0.1-alpha (2015-08-18) |
@@ -5,2 +5,3 @@ var Emitter = require('component-emitter') | ||
var Players = require('./players') | ||
var Games = require('./games') | ||
var port = process.env.PORT || 3001 | ||
@@ -21,2 +22,3 @@ | ||
this.Players = Players | ||
this.Games = Games | ||
this.port = port | ||
@@ -23,0 +25,0 @@ this.interval = null |
{ | ||
"name": "bloxparty-server", | ||
"description": "Blox Party game server", | ||
"version": "1.0.1-alpha", | ||
"version": "1.0.3-alpha", | ||
"author": "Kevin Neff <kvnneff@gmail.com>", | ||
@@ -48,2 +48,2 @@ "bin": "./bin/bloxparty-server", | ||
} | ||
} | ||
} |
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
18966
752