Skip to content

Commit 01693a7

Browse files
author
bates
committed
readme, homepage
1 parent 0dd42cc commit 01693a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ React loaing component.
44
[![npm package][npm-image]][npm-url]
55
[![Build Status][travis-image]][travis-url]
66
[![Dependencies Status][david-image]][david-url]
7+
[![Package Size][bundlephobia-image]][bundlephobia-url]
8+
79

810
## Getting started
911

@@ -110,3 +112,5 @@ If you want to customize the styles, you can use the following classNames:
110112
[travis-url]:https://travis-ci.org/barisates/react-loading-ui
111113
[david-image]:https://david-dm.org/barisates/react-loading-ui.svg
112114
[david-url]:https://david-dm.org/barisates/react-loading-ui
115+
[bundlephobia-image]:https://badgen.net/bundlephobia/minzip/react-loading-ui
116+
[bundlephobia-url]:https://bundlephobia.com/result?p=react-loading-ui

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-loading-ui",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "React loaing component.",
55
"main": "index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"bugs": {
3030
"url": "https://github.com/barisates/react-loading-ui/issues"
3131
},
32-
"homepage": "https://github.com/barisates/react-loading-ui#readme",
32+
"homepage": "https://barisates.github.io/react-loading-ui/",
3333
"devDependencies": {
3434
"@babel/cli": "^7.6.0",
3535
"@babel/core": "^7.6.0",

0 commit comments

Comments
 (0)