We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb942e commit fa0a22dCopy full SHA for fa0a22d
bower.json
@@ -13,10 +13,10 @@
13
"purescript-exceptions": "^4.0.0",
14
"purescript-functions": "^4.0.0",
15
"purescript-nullable": "^4.1.0",
16
- "purescript-record": "^1.0.0",
+ "purescript-record": ">= 1.0.0 <3.0.0",
17
"purescript-unsafe-coerce": "^4.0.0",
18
- "purescript-web-dom": "^1.0.0",
19
- "purescript-web-html": "^1.0.0",
20
- "purescript-web-events": "^1.0.0"
+ "purescript-web-dom": ">=1.0.0 <3.0.0",
+ "purescript-web-html": ">=1.0.0 <3.0.0",
+ "purescript-web-events": ">=1.0.0 <3.0.0"
21
}
22
0 commit comments