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
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`:
31
+
```
32
+
bower install purescript-bigints
33
+
npm install big-integer
34
+
```
35
+
For the browser, remember to bundle `BigInteger.min.js` with your code.
29
36
37
+
## Development
30
38
```
31
-
npm install
32
39
bower install
33
-
gulp
40
+
npm install
34
41
```
42
+
Then, use `pulp` to build, run tests and generate the documentation.
0 commit comments