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:
parent
0615578d9a
commit
496338ccca
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue