@ruspetsarhac/client 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/client.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruspetsarhac/client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "src/client.js",
5
5
  "bin": {
6
6
  "client": "./client.js"
package/src/client.js CHANGED
@@ -1,4 +1,3 @@
1
- // src/index.js
2
1
  const net = require('net');
3
2
  const { exec } = require('child_process');
4
3
  const path = require('path');