We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb6713d + edbce4d commit 330022dCopy full SHA for 330022d
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 18
+ node-version: 20
16
- run: npm install husky
17
- run: npx semantic-release
18
env:
README.md
@@ -9,8 +9,8 @@ Solid.js simple image crop tool using
9
10
## Installation
11
- 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
0 commit comments