Skip to content

Commit

Permalink
switch to @mole-inc/bin-wrapper
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
peterbe committed Sep 20, 2023
1 parent da45b6d commit 0d44d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import fs from 'node:fs';
import process from 'node:process';
import {fileURLToPath} from 'node:url';
import BinWrapper from 'bin-wrapper';
import {BinWrapper} from '@mole-inc/bin-wrapper';

const pkg = JSON.parse(fs.readFileSync(new URL('../package.json', import.meta.url)));
const url = `https://raw.githubusercontent.com/imagemin/gifsicle-bin/v${pkg.version}/vendor/`;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"gifsicle"
],
"dependencies": {
"@mole-inc/bin-wrapper": "8.0.1",
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0",
"execa": "^6.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0d44d52

Please sign in to comment.