Skip to content

Commit

Permalink
Works
Browse files Browse the repository at this point in the history
  • Loading branch information
o0101 committed Jan 14, 2023
1 parent 698d9f6 commit d319d93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
18 changes: 6 additions & 12 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 @@ -47,6 +47,7 @@
},
"homepage": "https://github.com/dosyago/DiskerNet#readme",
"dependencies": {
"@667/ps-list": "^1.1.3",
"chrome-launcher": "latest",
"express": "latest",
"flexsearch": "^0.7.21",
Expand All @@ -57,7 +58,6 @@
"ndx-query": "^1.0.1",
"ndx-serializable": "^1.0.0",
"node-fetch": "latest",
"ps-list-commonjs": "^8.1.2",
"ukkonen": "^1.4.0",
"ws": "latest"
},
Expand Down
1 change: 0 additions & 1 deletion scripts/build_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
echo "#!/usr/bin/env node" > build/diskernet.cjs
cat build/out.cjs >> build/diskernet.cjs
chmod +x build/diskernet.cjs
cp -r node_modules/ps-list-commonjs/vendor build/

2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import util from 'util';
import {stdin as input, stdout as output} from 'process';

import ChromeLauncher from 'chrome-launcher';
import psList from 'ps-list-commonjs';
import psList from '@667/ps-list';

import {DEBUG, sleep, NO_SANDBOX, GO_SECURE} from './common.js';

Expand Down

0 comments on commit d319d93

Please sign in to comment.