aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-lib-coverage
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/istanbul-lib-coverage
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/istanbul-lib-coverage')
-rw-r--r--node_modules/istanbul-lib-coverage/CHANGELOG.md6
-rw-r--r--node_modules/istanbul-lib-coverage/package.json8
2 files changed, 10 insertions, 4 deletions
diff --git a/node_modules/istanbul-lib-coverage/CHANGELOG.md b/node_modules/istanbul-lib-coverage/CHANGELOG.md
index eef0a0053..9321687b3 100644
--- a/node_modules/istanbul-lib-coverage/CHANGELOG.md
+++ b/node_modules/istanbul-lib-coverage/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="1.1.1"></a>
+## [1.1.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-coverage@1.1.0...istanbul-lib-coverage@1.1.1) (2017-05-27)
+
+
+
+
<a name="1.1.0"></a>
# [1.1.0](https://github.com/istanbuljs/istanbul-lib-coverage/compare/istanbul-lib-coverage@1.0.2...istanbul-lib-coverage@1.1.0) (2017-04-29)
diff --git a/node_modules/istanbul-lib-coverage/package.json b/node_modules/istanbul-lib-coverage/package.json
index 2b2275f9e..57cfa477a 100644
--- a/node_modules/istanbul-lib-coverage/package.json
+++ b/node_modules/istanbul-lib-coverage/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-lib-coverage",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Data library for istanbul coverage objects",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
@@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
- "url": "git@github.com:istanbuljs/istanbul-lib-coverage.git"
+ "url": "git@github.com:istanbuljs/istanbuljs.git"
},
"keywords": [
"istanbul",
@@ -38,7 +38,7 @@
],
"license": "BSD-3-Clause",
"bugs": {
- "url": "https://github.com/istanbuljs/istanbul-lib-coverage/issues"
+ "url": "https://github.com/istanbuljs/istanbuljs/issues"
},
- "homepage": "https://github.com/istanbuljs/istanbul-lib-coverage"
+ "homepage": "https://github.com/istanbuljs/istanbuljs"
}