You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,7 +10,6 @@ A library for calculations with arbitrary length integers.
10
10
This is a simple wrapper around [BigInteger.js](https://github.com/peterolson/BigInteger.js)
11
11
by [Peter Olson](https://github.com/peterolson).
12
12
13
-
14
13
## Module documentation
15
14
16
15
-[Published on Pursuit](http://pursuit.purescript.org/packages/purescript-bigints/)
@@ -33,16 +32,21 @@ true
33
32
```
34
33
35
34
## Installation and usage
36
-
You can install this package via Bower. You will also need [BigInteger.js](https://github.com/peterolson/BigInteger.js), which can be installed via `npm`:
35
+
36
+
You can install this package via spago. You will also need [BigInteger.js](https://github.com/peterolson/BigInteger.js), which can be installed via `npm`:
37
+
37
38
```
38
-
bower install purescript-bigints
39
+
spago install purescript-bigints
39
40
npm install big-integer
40
41
```
42
+
41
43
For the browser, remember to bundle `BigInteger.min.js` with your code.
42
44
43
45
## Development
46
+
44
47
```
45
-
bower install
48
+
spago install
46
49
npm install
47
50
```
48
-
Then, use `pulp` to build, run tests and generate the documentation.
51
+
52
+
Then, use `spago` to build, run tests and generate the documentation.
0 commit comments