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)

This commit is contained in:
SteveSandersonMS
2016-10-21 10:32:26 +01:00
parent 973668289b
commit d7783ca707

View File

@@ -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",