mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
7818dff1ca
#122 Add custom `util.inspect()` function. Add `Symbol.toStringTag`. #121 Constructor: add range check for arguments of type number and Decimal. Remove premable from uglifyjs build script. Move *decimal.min.js.map* to root directory.
17 lines
158 B
YAML
17 lines
158 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
- "11"
|
|
- "10"
|
|
- "9"
|
|
- "8"
|
|
- "7"
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
- "0.12"
|
|
- "0.11"
|
|
- "0.10"
|
|
- "0.8"
|
|
- "iojs"
|