File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Logger for Redux
2
2
[ ![ npm] ( https://img.shields.io/npm/v/redux-logger.svg?maxAge=2592000?style=plastic )] ( https://www.npmjs.com/package/redux-logger )
3
3
[ ![ npm] ( https://img.shields.io/npm/dm/redux-logger.svg?maxAge=2592000?style=plastic )] ( https://www.npmjs.com/package/redux-logger )
4
- [ ![ Build Status] ( https://travis-ci.org/ LogRocket/redux-logger.svg?branch=master )] ( https://travis-ci.org/ LogRocket/redux-logger )
4
+ [ ![ Build Status] ( https://circleci.com/gh/ LogRocket/redux-logger/tree/master .svg?style=svg )] ( https://circleci.com/gh/ LogRocket/redux-logger/tree/master )
5
5
6
6
![ redux-logger] ( http://i.imgur.com/CgAuHlE.png )
7
7
@@ -31,6 +31,10 @@ For more informatiom about the future of redux-logger, check out the [discussion
31
31
## Install
32
32
` npm i --save redux-logger `
33
33
34
+ Typescript types are also available, via [ DefinitelyTyped] ( https://www.npmjs.com/package/@types/redux-logger ) :
35
+
36
+ ` npm i @types/redux-logger `
37
+
34
38
## Usage
35
39
``` javascript
36
40
import { applyMiddleware , createStore } from ' redux' ;
You can’t perform that action at this time.
0 commit comments