Skip to content

Commit 330022d

Browse files
Merge branch '9-feature-requests-aspect-ration-and-preview'
2 parents fb6713d + edbce4d commit 330022d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
- run: npm install husky
1717
- run: npx semantic-release
1818
env:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Solid.js simple image crop tool using
99

1010
## Installation
1111

12-
pnpm i @zentered/solid-image-crop
13-
# or npm install @zentered/solid-image-crop
12+
npm install @zentered/solid-image-crop
13+
# or pnpm i @zentered/solid-image-crop
1414
# or yarn add @zentered/solid-image-crop
1515

1616
## Usage

0 commit comments

Comments
 (0)