Skip to content

Commit

Permalink
chore: Fix code formatting, remove loging
Browse files Browse the repository at this point in the history
  • Loading branch information
tkwiatek committed Dec 20, 2023
1 parent 8e190b4 commit b695576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const lib = {
: `${url}/${platform}/${arch}/optipng`
},
dest: function () {
console.log('meta', import.meta.url);
return import.meta.url;
},
run: function (args) {
Expand Down
3 changes: 1 addition & 2 deletions lib/install.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import process from 'node:process';
import { fileURLToPath } from 'node:url';
import {fileURLToPath} from 'node:url';
import binBuild from 'bin-build';
import bin from './index.js';


(async () => {
try {
await bin.run(['--version']);
Expand Down

0 comments on commit b695576

Please sign in to comment.