Skip to content

Commit 6f20007

Browse files
XertroVsharkdp
authored andcommitted
Move quickcheck-laws out of dependencies
I presume `quickcheck-laws` is just a devDependency. This PR is to move it to that section of the `bower.json` file. Mostly this is for correctness, but it's also because I'm being hit by a bug where documentation doesn't generate due to something around the Quickcheck library, and BigInt is one of the libs I have installed. While diagnosing I noticed that the laws package was incorrectly categorized.
1 parent 950bce2 commit 6f20007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-maybe": "^3.0.0",
24-
"purescript-quickcheck-laws": "^3.0.0"
23+
"purescript-maybe": "^3.0.0"
2524
},
2625
"devDependencies": {
2726
"purescript-integers": "^3.0.0",
2827
"purescript-console": "^3.0.0",
2928
"purescript-assert": "^3.0.0",
30-
"purescript-quickcheck": "^4.0.0"
29+
"purescript-quickcheck": "^4.0.0",
30+
"purescript-quickcheck-laws": "^3.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)