File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ notifications:
77node_js :
88 - ' 9'
99 - ' 8'
10- - ' 6'
1110script :
1211 - npm run test:coverage
1312 - npm run build
Original file line number Diff line number Diff line change 11# react-online
22
3- [ ![ Build passing] ( https://img.shields.io/travis/TheWorm/react-online.svg )] ( https://travis-ci.org/TheWorm/react-online )
3+ [ ![ Build passing] ( https://img.shields.io/travis/TheWorm/react-online.svg?label=Travis+CI )] ( https://travis-ci.org/TheWorm/react-online )
44[ ![ Code coverage] ( https://img.shields.io/codecov/c/github/theworm/react-online.svg )] ( https://codecov.io/github/theworm/react-online )
5- [ ![ Release version] ( https://img.shields.io/github/release/theworm/react-online.svg )] ( https://www.npmjs.com/package/react-online )
5+ [ ![ NPM package] ( https://img.shields.io/npm/v/react-online.svg )] ( https://www.npmjs.com/package/isomorphic-is-online )
6+ [ ![ Code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
7+ [ ![ Last commit] ( https://img.shields.io/github/last-commit/theworm/react-online.svg )] ( https://github.com/TheWorm/react-online )
8+ [ ![ License] ( https://img.shields.io/github/license/theworm/react-online.svg )] ( https://github.com/TheWorm/react-online/blob/master/LICENSE )
69
710A react component to declaratively check connection status. Uses [ isomorphic-is-online] ( https://github.com/TheWorm/isomorphic-is-online ) to work on Web, React Native and Node.
811
Original file line number Diff line number Diff line change 11/* @flow */
2- type CancelablePromise = { |
3- promise : Promise < any > ,
4- cancel : ( ) => void
5- | } ;
62
73export default {
84 get environment ( ) {
You can’t perform that action at this time.
0 commit comments