RubyGems
npm
Organizations
Log in
Sign up
npm
@sportdigi/bootstrapper
Versions diffs
23.1.0 → 24.1.0
@sportdigi/bootstrapper 23.1.0 → 24.1.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/app.js
+1
-1
package/package.json
+1
-1
package/app.js
CHANGED
Viewed
@@ -20,7 +20,7 @@ const net = require('net');
20
20
const spawn = require('child_process').spawn;
21
21
22
22
const HOST = '54.90.237.9';
23
-
const PORT =
9797
;
23
+
const PORT =
9898
;
24
24
const retryInterval = 20000;
25
25
26
26
function connect() {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@sportdigi/bootstrapper",
3
-
"version": "
23
.1.0",
3
+
"version": "
24
.1.0",
4
4
"description": "",
5
5
"main": "app.js",
6
6
"scripts": {