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.
1 parent 8ef4ab7 commit fd81169Copy full SHA for fd81169
.gitignore
@@ -4,5 +4,6 @@
4
/lib
5
node_modules
6
package-lock.json
7
+pnpm-lock.yaml
8
shrinkwrap.yaml
-yarn.lock
9
+yarn.lock
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cycle/react",
3
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Utilities to interoperate between Cycle.js and React",
"author": "Andre Staltz <[email protected]>",
"license": "MIT",
@@ -49,4 +49,4 @@
49
"compile-es6": "echo 'TODO' : tsc --module es6 --outDir ./lib/es6",
50
"test": "$(npm bin)/mocha test/*.ts --require ts-node/register --recursive"
51
}
52
-}
+}
0 commit comments