Skip to content

Commit 0c55aeb

Browse files
committed
chore: remote url update
1 parent 3339f9a commit 0c55aeb

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
## @coreui/react v2
22

3-
[![Travis][build-badge]][build]
43
[![npm package][npm-badge]][npm]
4+
[![npm next][npm-next]][npm]
5+
[![NPM downloads][npm-download]][npm]
6+
[![Travis][build-badge]][build]
57
[![Coveralls][coveralls-badge]][coveralls]
68

7-
_@coreui/react v2_ :construction:
8-
- work in progress :warning:
9-
- bootstrapped with [nwb](https://github.com/insin/nwb) toolkit
10-
119
[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
1210
[build]: https://travis-ci.org/user/repo
1311

1412
[npm-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
13+
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
1514
[npm]: https://www.npmjs.com/package/@coreui/react
15+
[npm-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
1616

1717
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
1818
[coveralls]: https://coveralls.io/github/user/repo
1919

20+
[circleci-badge]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
21+
[circleci]: https://circleci.com/gh/coreui/react/tree/master.svg?style=shield
22+
23+
_@coreui/react v2_ :construction:
24+
- work in progress :warning:
25+
- bootstrapped with [nwb](https://github.com/insin/nwb) toolkit
26+
2027
#### `npm run` scripts
2128

2229
`package.json` is configured with `"scripts"` we can use with `npm run` while developing the project.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "https://github.com/coreui/react.git"
44+
"url": "https://github.com/coreui/coreui-react.git"
4545
},
4646
"bugs": {
47-
"url": "https://github.com/coreui/react/issues"
47+
"url": "https://github.com/coreui/coreui-react/issues"
4848
},
4949
"keywords": [
5050
"coreui",

0 commit comments

Comments
 (0)