Skip to content

Commit dab9d93

Browse files
committed
Update dependencies
1 parent a0851b8 commit dab9d93

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
bower_components
33
output
4+
.psci*
5+
.pulp-cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ by [Peter Olson](https://github.com/peterolson).
1010

1111
## Module documentation
1212

13-
- [Data.BigInt](docs/Data/BigInt.md)
13+
- [Published on Pursuit](http://pursuit.purescript.org/packages/purescript-bigints/)
1414

1515
## Example
1616

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"purescript-integers": "^0.2.1",
2626
"purescript-console": "^0.1.0",
2727
"purescript-assert": "^0.1.1",
28-
"purescript-quickcheck": "^0.11.0"
28+
"purescript-quickcheck": "^0.12.0"
2929
}
3030
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"scripts": {
3-
"postinstall": "pulp dep install",
3+
"postinstall": "bower install",
44
"build": "pulp test && rimraf docs && pulp docs"
55
},
66
"dependencies": {
7-
"big-integer": "^1.5.5"
7+
"big-integer": "^1.6.9"
88
},
99
"devDependencies": {
1010
"pulp": "^4.0.2",

0 commit comments

Comments
 (0)