Skip to content

Commit

Permalink
fix-path downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 18, 2023
1 parent b97844c commit 48e5f91
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 51 deletions.
2 changes: 0 additions & 2 deletions imports/engine.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ const axios = require('axios');
const Debug = require('debug');
// @ts-ignore
const fixPath = require('fix-path');
const { fileURLToPath } = require('url');
const fs = require('fs');
const { rootPath } = require('root-path-electron');
// const { remote } = require('electron');
const sudo = require('sudo-prompt');
const { json } = require('body-parser');

const delay = ms => new Promise(resolve => setTimeout(resolve, ms))

Expand Down
163 changes: 115 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"electron": "^13.1.9",
"fix-path": "^4.0.0",
"fix-path": "^3.0.0",
"get-port": "^5.1.1",
"gists": "^2.0.0",
"graphql": "^15.8.0",
Expand Down

0 comments on commit 48e5f91

Please sign in to comment.