mirror of
https://github.com/rowtype-yoga/purescript-js-bigints.git
synced 2024-11-28 19:36:19 +03:00
c7d92cdfd7
add functions odd, even, parity, toStringAs add dependency to integers in spago.dhall import and reexports Parity, Radix, binary, octal decimal, hexadecimal from Data.Int add new tests for div, mod, odd, even and toStringAs remove unnecessary depedencies spec and spec-discovery from test.dhall add a script for testing in package.json
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"name": "purescript-js-bigints",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "spago -x test.dhall test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|