Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Oct 21, 2015
1 parent 48cf935 commit 3ea98d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ import { compose, mapProps, withState /* ... */ } from 'recompose';

### Optimizing bundle size

The total gzipped size of the entire library is **8.98 kB**. You can reduce this number by only including the modules that you need.
The total gzipped size of the entire library is **9.01 kB**. You can reduce this number by only including the modules that you need.

All top-level exports can be imported individually:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "recompose",
"private": true,
"version": "0.3.1",
"version": "0.4.0",
"description": "A microcomponentization toolkit for React",
"main": "index.js",
"author": "Andrew Clark <acdlite@me.com>",
Expand Down

0 comments on commit 3ea98d3

Please sign in to comment.