File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
bower_components
3
3
output
4
+ .psci *
5
+ .pulp-cache
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ by [Peter Olson](https://github.com/peterolson).
10
10
11
11
## Module documentation
12
12
13
- - [ Data.BigInt ] ( docs/Data/BigInt.md )
13
+ - [ Published on Pursuit ] ( http://pursuit.purescript.org/packages/purescript-bigints/ )
14
14
15
15
## Example
16
16
Original file line number Diff line number Diff line change 25
25
"purescript-integers" : " ^0.2.1" ,
26
26
"purescript-console" : " ^0.1.0" ,
27
27
"purescript-assert" : " ^0.1.1" ,
28
- "purescript-quickcheck" : " ^0.11 .0"
28
+ "purescript-quickcheck" : " ^0.12 .0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "postinstall" : " pulp dep install" ,
3
+ "postinstall" : " bower install" ,
4
4
"build" : " pulp test && rimraf docs && pulp docs"
5
5
},
6
6
"dependencies" : {
7
- "big-integer" : " ^1.5.5 "
7
+ "big-integer" : " ^1.6.9 "
8
8
},
9
9
"devDependencies" : {
10
10
"pulp" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments