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 15c8475 commit a7e7796Copy full SHA for a7e7796
package.json
@@ -26,12 +26,14 @@
26
"url": "https://github.com/cyclejs-community/cyclic-router/issues"
27
},
28
"homepage": "https://github.com/cyclejs-community/cyclic-router#readme",
29
+ "peerDependencies": {
30
+ "@cycle/history": "*"
31
+ },
32
"dependencies": {
- "@cycle/history": "^6.3.0",
- "@cycle/run": "^3.1.0",
- "history": "^4.6.3"
33
+ "@cycle/run": "^3.1.0"
34
35
"devDependencies": {
36
+ "@cycle/history": "^6.3.0",
37
"@cycle/rxjs-run": "^7.0.0",
38
"@types/history": "^4.6.0",
39
"@types/mocha": "^2.2.41",
0 commit comments