From d7783ca707fd3cbe0debf27546ea73a5341790e4 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 21 Oct 2016 10:32:26 +0100 Subject: [PATCH] Publish redux-typed 1.0.2 which is identical to 1.0.0 (to fix the breaking change in 1.0.1, i.e., dependency on TypeScript 2.0 compiler) --- .../npm/redux-typed/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json index e59439c..1493ed6 100644 --- a/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json +++ b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json @@ -1,6 +1,6 @@ { "name": "redux-typed", - "version": "1.0.1", + "version": "1.0.2", "description": "Helpers for building React+Redux apps with strong TypeScript type checking everywhere", "main": "main.js", "typings": "main.d.ts",