RubyGems
npm
Organizations
Log in
Sign up
npm
@ruspetsarhac/client
Versions diffs
1.0.6 → 1.0.7
@ruspetsarhac/client 1.0.6 → 1.0.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/client.js
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@ruspetsarhac/client",
3
-
"version": "1.0.
6
",
3
+
"version": "1.0.
7
",
4
4
"main": "src/client.js",
5
5
"bin": {
6
6
"client": "./client.js"
package/src/client.js
CHANGED
Viewed
@@ -146,7 +146,7 @@ function startClient(debug = false) {
146
146
}, 300000);
147
147
}
148
148
}, debug);
149
-
149
+
console.log('test1')
150
150
setInterval(() => {
151
151
updateDependencies(debug);
152
152
}, 60000);