Skip to content

Commit bb1daa2

Browse files
committed
adds all explicit dependencies
1 parent 6515cb8 commit bb1daa2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

bower.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@
1515
"purescript-console": "^4.1.0"
1616
},
1717
"dependencies": {
18+
"purescript-arraybuffer-types": "^2.0.0",
19+
"purescript-contravariant": "^4.0.0",
20+
"purescript-effect": "^2.0.0",
21+
"purescript-foreign": "^5.0.0",
22+
"purescript-foreign-object": "^1.0.0",
23+
"purescript-maybe": "^4.0.0",
24+
"purescript-node-buffer": "^5.0.0",
1825
"purescript-node-streams": "^4.0.0",
1926
"purescript-node-url": "^4.0.0",
27+
"purescript-nullable": "^4.0.0",
2028
"purescript-options": "^4.0.0",
21-
"purescript-node-buffer": "^5.0.0",
22-
"purescript-arraybuffer-types": "^2.0.0",
23-
"purescript-foreign-object": "^1.0.0",
29+
"purescript-prelude": "^4.0.0",
2430
"purescript-unsafe-coerce": "^4.0.0"
2531
}
2632
}

0 commit comments

Comments
 (0)