Skip to content

Commit a44d673

Browse files
committed
Use full path to script import
1 parent cec67d2 commit a44d673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@three11/optisize",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Resize and optimize images in a folder with Node JS",
55
"keywords": [
66
"Image resize",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import yargs from 'yargs/yargs';
33
import { hideBin } from 'yargs/helpers';
44

5-
import optisize from './optisize';
5+
import optisize from './optisize.js';
66

77
const argv = yargs(hideBin(process.argv)).options({
88
src: { type: 'string' },

0 commit comments

Comments
 (0)