We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec67d2 commit a44d673Copy full SHA for a44d673
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@three11/optisize",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Resize and optimize images in a folder with Node JS",
5
"keywords": [
6
"Image resize",
src/cli.ts
@@ -2,7 +2,7 @@
import yargs from 'yargs/yargs';
import { hideBin } from 'yargs/helpers';
-import optisize from './optisize';
+import optisize from './optisize.js';
7
const argv = yargs(hideBin(process.argv)).options({
8
src: { type: 'string' },
0 commit comments