Skip to content

Commit dd953bc

Browse files
authored
Merge pull request #41 from bzums/fix-typescript-definitions
add typescript defintions to published project
2 parents 9958bdf + 0c41498 commit dd953bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "redux-cycles",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Bring functional reactive programming to Redux using Cycle.js",
55
"typings": "index.d.ts",
66
"main": "dist",
77
"files": [
8-
"dist"
8+
"dist",
9+
"index.d.ts"
910
],
1011
"repository": "https://github.com/cyclejs-community/redux-cycles",
1112
"contributors": [

0 commit comments

Comments
 (0)