Skip to content

Commit

Permalink
Update docs to remove math.js as a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn committed May 16, 2016
1 parent 28e2a8f commit 3556159
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -16,11 +16,7 @@ Download the [production version][min] (22K when gzipped) or the [development ve
Requirements
-----------------

JSON Schema has the following dependencies:

* [math.js](http://mathjs.org/) for floating point math

It needs a modern browser (tested in Chrome and Firefox).
JSON Editor has no dependencies. It only needs a modern browser (tested in Chrome and Firefox).

### Optional Requirements

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

Usage
--------------
Expand Down

0 comments on commit 3556159

Please sign in to comment.