From 490d1fc589742ca6ee42332891bf32245ca7990f Mon Sep 17 00:00:00 2001 From: Esa-Matti Suuronen Date: Thu, 14 Jun 2018 15:43:11 +0300 Subject: [PATCH] Fix type imports in the release Workaround for https://github.com/Microsoft/TypeScript/issues/24599 Manually fixed the type imports in the emitted declaration files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3493fb4..3e9915c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epeli/redux-stack", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "build/index.js", "scripts": {