@housinganywhere/safe-redux
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@housinganywhere/safe-redux", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Create and handle safely typed actions", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cmjs/index.js", |
# safe-redux :evergreen_tree: | ||
[![npm version](https://badge.fury.io/js/%40gillchristian%2Fsafe-redux.svg)](https://badge.fury.io/js/%40gillchristian%2Fsafe-redux) | ||
[![npm version](https://badge.fury.io/js/%40housinganywhere%2Fsafe-redux.svg)](https://badge.fury.io/js/%40housinganywhere%2Fsafe-redux) | ||
[![CircleCI](https://circleci.com/gh/gillchristian/safe-redux.svg?style=svg)](https://circleci.com/gh/gillchristian/safe-redux) | ||
@@ -18,5 +18,5 @@ | ||
``` | ||
yarn add @gillchristian/safe-redux | ||
yarn add @housinganywhere/safe-redux | ||
npm i @gillchristian/safe-redux | ||
npm i @housinganywhere/safe-redux | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
import { ActionsUnion, createAction } from '@gillchristian/safe-redux'; | ||
import { ActionsUnion, createAction } from '@housinganywhere/safe-redux'; | ||
@@ -60,3 +60,3 @@ export const INC = '[counter] increment'; | ||
import { handleActions } from '@gillchristian/safe-redux'; | ||
import { handleActions } from '@housinganywhere/safe-redux'; | ||
@@ -63,0 +63,0 @@ import { User } from '../types'; |
Sorry, the diff of this file is not supported yet
199563
15
259