switch from Babel 5 to Babel 6

use of isparta for coverage reporting
This commit is contained in:
Ivan Tivonenko
2016-01-12 06:23:19 +02:00
parent 7bfe4a6cd8
commit aa6020e00d
11 changed files with 117 additions and 120 deletions

View File

@@ -138,7 +138,7 @@ If you omit the `server` parameter, RippleAPI operates [offline](#offline-functi
1. Install [NodeJS](https://nodejs.org) and the Node Package Manager (npm). Most Linux distros have a package for NodeJS, but make sure you have version `0.12.0` or higher.
2. Use npm to install [Babel](https://babeljs.io/) globally:
`npm install -g babel`
`npm install -g babel-cli`
3. Use npm to install RippleAPI:
`npm install ripple-lib`