From 68eb2d2cadfc21e145e38e71371391a1950abbe0 Mon Sep 17 00:00:00 2001 From: jclo Date: Fri, 30 Oct 2015 11:43:50 +0100 Subject: [PATCH] Made the command npm run display-coverage cross-platform. --- CHANGELOG.md | 10 ++++++++-- package.json | 11 ++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 897eae2..a51fea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### HEAD +### 0.1.4 (October 30, 2015) + + * Made the command npm run display-coverage cross-platform, + * Updated npm packages. + + ### 0.1.3 (October 23, 2015) * Fixed mismatch in the version number. @@ -13,9 +19,9 @@ ### 0.1.1 (October 16, 2015) -* Fixed an issue with the test file name 'geoTest.js' that causes a failure on Travis-CI. + * Fixed an issue with the test file name 'geoTest.js' that causes a failure on Travis-CI. ### 0.1.0 (October 16, 2015) -* Initial build. + * Initial build. diff --git a/package.json b/package.json index 4bd0bf9..b327315 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "jmaps", - "version": "0.1.3", + "version": "0.1.4", "description": "A light Javascript API for reading Natural Earth DB files", "main": "index.js", "scripts": { "test": "istanbul cover -x ./test/main.js _mocha -- -R spec ./test/main.js", "check-coverage": "istanbul check-coverage --statements 99 --branches 90 --functions 100 --lines 99", - "display-coverage": "open ./coverage/lcov-report/index.html", + "display-coverage": "opener ./coverage/lcov-report/index.html", "report-coverage": "cat ./coverage/lcov.info | coveralls" }, "repository": { @@ -28,11 +28,12 @@ }, "homepage": "https://github.com/jclo/jmaps", "devDependencies": { - "chai": "3.3.0", + "chai": "3.4.0", "coveralls": "2.11.4", "ghooks": "0.3.2", - "istanbul": "0.3.22", - "mocha": "2.3.3" + "istanbul": "0.4.0", + "mocha": "2.3.3", + "opener": "1.4.1" }, "config": { "ghooks": {