Comparing version 1.22.1 to 1.23.1
{ | ||
"name": "jstreemap", | ||
"version": "1.22.1", | ||
"version": "1.23.1", | ||
"description": "Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes", | ||
@@ -12,3 +12,3 @@ "main": "jstreemap.js", | ||
"dev-test": "nyc --reporter=html --reporter=text --report-dir=./build/coverage --check-coverage --lines 100 --functions 100 --branches 100 mocha --reporter spec test/dev-tests/**/*.js", | ||
"test": "nyc --reporter=html --reporter=text --report-dir=./build/coverage mocha --reporter spec test/dev-tests/**/*.js && nyc report --reporter=text-lcov >.coverage", | ||
"test": "nyc --reporter=html --reporter=text --report-dir=./build/coverage mocha --reporter spec test/dev-tests/**/*.js", | ||
"prod-test": "nyc --reporter=html --reporter=text --report-dir=./build/postbuild-coverage mocha --reporter spec test/prod-tests/**/*.js", | ||
@@ -15,0 +15,0 @@ "webpack": "webpack --config ./config/webpack.config.js" |
# jstreemap | ||
[![Travis build status](https://api.travis-ci.org/Kirusi/jstreemap.svg?branch=master)](https://travis-ci.org/Kirusi/jstreemap) | ||
[![Code coverage status](https://coveralls.io/repos/github/Kirusi/jstreemap/badge.svg)](https://coveralls.io/github/Kirusi/jstreemap) | ||
[![ESDoc coverage](https://doc.esdoc.org/github.com/Kirusi/jstreemap/badge.svg)](https://doc.esdoc.org/github.com/Kirusi/jstreemap/) | ||
@@ -4,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
12960006
129