Skip to content

Commit d9af7ee

Browse files
cursoragentchasoft
andcommitted
fix: use npm-standard bin path in package.json
Co-authored-by: Brian Cao <chasoft@users.noreply.github.com>
1 parent 6190d18 commit d9af7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"bin": {
15-
"text-compress": "./dist/cli.js"
15+
"text-compress": "dist/cli.js"
1616
},
1717
"files": [
1818
"dist"

0 commit comments

Comments
 (0)