We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e765fda commit 6277dceCopy full SHA for 6277dce
index.js
@@ -9,6 +9,7 @@ const eSettings = require('electron-settings')
9
const create = require('./create')
10
const path = require('path')
11
const async = require('async')
12
+const ChildProcess = require('child_process')
13
var DigitalOcean = require('do-wrapper'),
14
api = null;
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "EasyProxy",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "Easy Proxy Creation",
5
"main": "index.js",
6
"scripts": {
0 commit comments