Skip to content

Commit 3556159

Browse files
committed
Update docs to remove math.js as a required dependency
1 parent 28e2a8f commit 3556159

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ Download the [production version][min] (22K when gzipped) or the [development ve
1616
Requirements
1717
-----------------
1818

19-
JSON Schema has the following dependencies:
20-
21-
* [math.js](http://mathjs.org/) for floating point math
22-
23-
It needs a modern browser (tested in Chrome and Firefox).
19+
JSON Editor has no dependencies. It only needs a modern browser (tested in Chrome and Firefox).
2420

2521
### Optional Requirements
2622

@@ -34,6 +30,7 @@ The following are not required, but can improve the style and usability of JSON
3430
* [Ace Editor](http://ace.c9.io/) for editing code
3531
* [Select2](http://ivaynberg.github.io/select2/) for nicer Select boxes
3632
* [Selectize](http://brianreavis.github.io/selectize.js/) for nicer Select & Array boxes
33+
* [math.js](http://mathjs.org/) for more accurate floating point math (multipleOf, divisibleBy, etc.)
3734

3835
Usage
3936
--------------

0 commit comments

Comments
 (0)