Skip to content

Commit 55e22c2

Browse files
committed
chore: update template
1 parent 33eaebf commit 55e22c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ should be named as `use.{{lowerCase}}`, eg. `@rp/use.i18n`.
5757
- [@rcp/hoc.i18n](packages/hoc.i18n) - React Component's high order component about internationalization
5858
- [@rcp/hoc.mount](packages/hoc.mount) - The high order component for mounting component
5959
- [@rcp/hoc.uncontrolled](packages/hoc.uncontrolled) - The high order component for creating uncontrolled component
60+
- [@rcp/use.i18n](packages/use.i18n) - A react hook for using i18n
6061
- [@rcp/util.createlogger](packages/util.createlogger) - Create namespace isomorphic logger
6162
- [@rcp/util.createmount](packages/util.createmount) - The utility for creating mountable view
6263
- [@rcp/util.displayname](packages/util.displayname) - The utility for getting display name
63-
- [@rcp/util.iscompclass](packages/util.iscompclass) - The utility for checking component class
6464
- [@rcp/util.iselemof](packages/util.iselemof) - The utility determinating the input is element of the component class
65+
- [@rcp/util.iscompclass](packages/util.iscompclass) - The utility for checking component class
6566
- [@rcp/util.tocompclass](packages/util.tocompclass) - The utility converting stateless to be component class
66-
- [@rcp/use.i18n](packages/use.i18n) - A react hook for using i18n
6767

6868

6969
## Authors

packages/__template/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {{{camelCase name}}} from '@rcp/{{{name}}}'
2525

2626
## Authors
2727

28-
This library is written and maintained by {{{_.git.name}}}, <a href="mailto:{{{_.git.email}}}"">{{{_.git.email}}}</a>.
28+
This library is written and maintained by {{{_.git.name}}}, <a href="mailto:{{{_.git.email}}}">{{{_.git.email}}}</a>.
2929

3030
## License
3131

packages/c.keepalive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Content extends React.Component {
7171

7272
## Authors
7373

74-
This library is written and maintained by imcuttle, <a href="mailto:[email protected]"">[email protected]</a>.
74+
This library is written and maintained by imcuttle, <a href="mailto:[email protected]">[email protected]</a>.
7575

7676
## License
7777

packages/c.loadingwrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import '@rcp/c.loadingwrapper/style.less'
5959

6060
## Authors
6161

62-
This library is written and maintained by imcuttle, &lt;a href="<mailto:[email protected]"">[email protected]></a>.
62+
This library is written and maintained by imcuttle, <a href="<mailto:[email protected]">[email protected]></a>.
6363

6464
## License
6565

0 commit comments

Comments
 (0)