We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9958bdf + 0c41498 commit dd953bcCopy full SHA for dd953bc
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "redux-cycles",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Bring functional reactive programming to Redux using Cycle.js",
5
"typings": "index.d.ts",
6
"main": "dist",
7
"files": [
8
- "dist"
+ "dist",
9
+ "index.d.ts"
10
],
11
"repository": "https://github.com/cyclejs-community/redux-cycles",
12
"contributors": [
0 commit comments