Skip to content

Commit 698193d

Browse files
committed
ci: use vueuse-motion-nightly for nightly release channel
1 parent 47d8f1e commit 698193d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🤹 @vueuse/motion
22

33
[![npm](https://img.shields.io/npm/v/@vueuse/motion.svg)](https://www.npmjs.com/package/@vueuse/motion)
4-
[![npm](https://img.shields.io/npm/v/@vueuse/motion-nightly.svg)](https://www.npmjs.com/package/@vueuse/motion-nightly)
4+
[![npm](https://img.shields.io/npm/v/vueuse-motion-nightly.svg)](https://www.npmjs.com/package/vueuse-motion-nightly)
55
[![npm](https://img.shields.io/npm/dm/@vueuse/motion.svg)](https://npm-stat.com/charts.html?package=@vueuse/motion)
66
[![Netlify Status](https://api.netlify.com/api/v1/badges/ab1db459-8420-4bc6-9fac-2bc247fa2385/deploy-status)](https://app.netlify.com/sites/vueuse-motion/deploys)
77

@@ -76,7 +76,7 @@ To see more about how to control your declared variants, check out [Motion Insta
7676
You can try out the latest changes before a stable release by installing the nightly release channel.
7777

7878
```bash
79-
npm install @vueuse/motion@npm:@vueuse/motion-nightly
79+
npm install @vueuse/motion@npm:vueuse-motion-nightly
8080
```
8181

8282
## Credits

scripts/bump-nightly.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313

1414
pkg.version = `${pkg.version}-${date}.${commit}`
1515

16-
pkg.name = `${pkg.name}-nightly`
16+
pkg.name = `vueuse-motion-nightly`
1717
await fsp.writeFile(pkgPath, `${JSON.stringify(pkg, null, 2)}\n`)
1818
}
1919

0 commit comments

Comments
 (0)