Skip to content

Commit

Permalink
Merge branch '9-feature-requests-aspect-ration-and-preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Mar 22, 2024
2 parents fb6713d + edbce4d commit 330022d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install husky
- run: npx semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Solid.js simple image crop tool using

## Installation

pnpm i @zentered/solid-image-crop
# or npm install @zentered/solid-image-crop
npm install @zentered/solid-image-crop
# or pnpm i @zentered/solid-image-crop
# or yarn add @zentered/solid-image-crop

## Usage
Expand Down

0 comments on commit 330022d

Please sign in to comment.