Skip to content

Commit

Permalink
Fix binary script path
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 23, 2022
1 parent 19349e0 commit 0b651ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [1.2.3] - 2022-12-23

- Fixed CLI not being executed in some versions of Node.js < v16.

## [1.2.2] - 2022-05-26

- Fixed edge case computing cubic Bézier curves bounding boxes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-path-bbox",
"version": "1.2.2",
"version": "1.2.3",
"description": "Compute bounding boxes of SVG paths.",
"keywords": [
"svg",
Expand All @@ -13,7 +13,7 @@
"types": "dist/index.d.ts",
"type": "commonjs",
"bin": {
"svg-path-bbox": "src/cli.cjs"
"svg-path-bbox": "src/cli.js"
},
"scripts": {
"coveralls": "cat ./tests/coverage/lcov.info | coveralls",
Expand Down

0 comments on commit 0b651ec

Please sign in to comment.