From de87dda282c5207e9631d18e7a515937b99a3116 Mon Sep 17 00:00:00 2001 From: jbovenschen Date: Wed, 10 Feb 2016 10:01:22 +0100 Subject: [PATCH 1/2] Update README.md After merging #1339 this project does have a dependency. I think it is better to remove the "and has no dependencies" from the README.md. Maybe it would be better to explain why lodash is added as a dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d9e17166..6484b2dee0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/gaearon/redux-devtools). You can use Redux together with [React](https://facebook.github.io/react/), or with any other view library. -It is tiny (2kB) and has no dependencies. +It is tiny (2kB). [![build status](https://img.shields.io/travis/rackt/redux/master.svg?style=flat-square)](https://travis-ci.org/rackt/redux) [![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux) From 5790c694a1a2203ccd3b7085091fee3ec7bae6ba Mon Sep 17 00:00:00 2001 From: jbovenschen Date: Wed, 10 Feb 2016 22:15:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6484b2dee0..902027d3f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/gaearon/redux-devtools). You can use Redux together with [React](https://facebook.github.io/react/), or with any other view library. -It is tiny (2kB). +It is tiny (2kB, including dependencies). [![build status](https://img.shields.io/travis/rackt/redux/master.svg?style=flat-square)](https://travis-ci.org/rackt/redux) [![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)