Publish redux-typed 2.0.0 which depends on TypeScript 2.0 for usage (its .d.ts files use the "/// <reference types="..." />" syntax)

This commit is contained in:
SteveSandersonMS
2016-10-21 10:37:05 +01:00
parent 0615578d9a
commit 496338ccca

View File

@@ -1,6 +1,6 @@
{
"name": "redux-typed",
"version": "1.0.1",
"version": "2.0.0",
"description": "Helpers for building React+Redux apps with strong TypeScript type checking everywhere",
"main": "main.js",
"typings": "main.d.ts",