Skip to content

Commit 06e622c

Browse files
committed
chore: no longer referrence @next tag
1 parent 8537ebb commit 06e622c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434

3535
As it current state, `cropperjs` is not SSR-friendly, though even if it's SSR-able, I think it would be better to render it client-only to avoid overhead on the server, so remember it wrap/mark the component as `ClientOnly` if your project have SSR-enabled.
3636

37-
Feel free to submit PRs to add helper functions.
37+
Feel free to submit PRs to add helper functions 😘.
3838

3939
## Usage
4040
### Install
41-
Because cropperjs is not stable and we're referrencing it at @`next` tag, it cannot be automatically installed by package managers and we need to install it manually.
4241
```sh
43-
pnpm add vue-modern-cropper cropperjs@next
42+
pnpm add vue-modern-cropper
4443
```
4544

4645
### Use

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prerelease": "pnpm run build:lib"
3333
},
3434
"peerDependencies": {
35-
"cropperjs": "next"
35+
"cropperjs": "2.0.0-rc.1"
3636
},
3737
"peerDependenciesMeta": {
3838
"cropperjs": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)