Skip to content

Commit fb38fa6

Browse files
committed
v2.2.1 - update README.md
1 parent c32a0b2 commit fb38fa6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class Example extends ImmutablePureComponent {
8080
render() {...}
8181
}
8282

83-
// I know looks strage but this is only example alight with Immutable@4 policy of mixing types
8483
let data = Immutable.Map({ check: new Map([['me', true]]) })
8584

8685
ReactDOM.render(<Example data={data} onChange={() => {}}, root);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-immutable-pure-component",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "React PureComponent implementation embracing Immutable.js",
55
"main": "lib/react-immutable-pure-component.js",
66
"module": "lib/react-immutable-pure-component.es.js",

0 commit comments

Comments
 (0)