Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redux-utilities/reduce-reducers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: redux-utilities/reduce-reducers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 26, 2019

  1. Copy the full SHA
    552c521 View commit details
  2. 1.0.1

    timche committed Mar 26, 2019
    Copy the full SHA
    2850ecc View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 package.json
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reduce-reducers",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reduce multiple reducers into a single reducer",
"keywords": [
"reduce",
@@ -11,7 +11,8 @@
"author": "Andrew Clark <acdlite@me.com>",
"files": [
"lib",
"es"
"es",
"index.d.ts"
],
"main": "lib/index.js",
"module": "es/index.js",