Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Jul 2, 2023
1 parent 9c7f83a commit 1a196eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const os = require('node:os');
const path = require('node:path');
const process = require('node:process');

const verifyFile = require('./lib/verify-file.js');

const platform = process.env.npm_config_platform || os.platform();
Expand Down

0 comments on commit 1a196eb

Please sign in to comment.