Skip to content

Commit 4583d09

Browse files
authored
Rename package from rc-motion to @rc-component/motion
1 parent 3e0b9ec commit 4583d09

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rc-motion
1+
# @rc-component/motion
22

33
<!-- prettier-ignore -->
44
[![NPM version][npm-image]][npm-url]
@@ -8,22 +8,22 @@
88
[![bundle size][bundlephobia-image]][bundlephobia-url]
99
[![dumi][dumi-image]][dumi-url]
1010

11-
[npm-image]: http://img.shields.io/npm/v/rc-motion.svg?style=flat-square
12-
[npm-url]: http://npmjs.org/package/rc-motion
11+
[npm-image]: http://img.shields.io/npm/v/@rc-component/motion.svg?style=flat-square
12+
[npm-url]: http://npmjs.org/package/@rc-component/motion
1313
[travis-image]: https://img.shields.io/travis/react-component/motion/master?style=flat-square
1414
[travis-url]: https://travis-ci.com/react-component/motion
15-
[github-actions-image]: https://github.com/react-component/motion/workflows/CI/badge.svg
16-
[github-actions-url]: https://github.com/react-component/motion/actions
15+
[github-actions-image]: https://github.com/react-component/motion/actions/workflows/main.yml/badge.svg
16+
[github-actions-url]: https://github.com/react-component/motion/actions/workflows/main.yml
1717
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/motion/master.svg?style=flat-square
1818
[codecov-url]: https://app.codecov.io/gh/react-component/motion
1919
[david-url]: https://david-dm.org/react-component/motion
2020
[david-image]: https://david-dm.org/react-component/motion/status.svg?style=flat-square
2121
[david-dev-url]: https://david-dm.org/react-component/motion?type=dev
2222
[david-dev-image]: https://david-dm.org/react-component/motion/dev-status.svg?style=flat-square
23-
[download-image]: https://img.shields.io/npm/dm/rc-motion.svg?style=flat-square
24-
[download-url]: https://npmjs.org/package/rc-motion
25-
[bundlephobia-url]: https://bundlephobia.com/package/rc-motion
26-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-motion
23+
[download-image]: https://img.shields.io/npm/dm/@rc-component/motion.svg?style=flat-square
24+
[download-url]: https://npmjs.org/package/@rc-component/motion
25+
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/motion
26+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/motion
2727
[dumi-url]: https://github.com/umijs/dumi
2828
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2929

@@ -35,12 +35,12 @@ https://react-component.github.io/motion/
3535

3636
## Install
3737

38-
[![rc-motion](https://nodei.co/npm/rc-motion.png)](https://npmjs.org/package/rc-motion)
38+
[![@rc-component/motion](https://nodei.co/npm/@rc-component/motion.png)](https://npmjs.org/package/@rc-component/motion)
3939

4040
## Example
4141

4242
```js
43-
import CSSMotion from 'rc-motion';
43+
import CSSMotion from '@rc-component/motion';
4444

4545
export default ({ visible }) => (
4646
<CSSMotion visible={visible} motionName="my-motion">
@@ -92,4 +92,4 @@ npm start
9292

9393
## License
9494

95-
rc-motion is released under the MIT license.
95+
@rc-component/motion is released under the MIT license.

0 commit comments

Comments
 (0)