aboutsummaryrefslogtreecommitdiff
path: root/node_modules/private
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-27 19:33:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-27 19:34:16 +0100
commit0e6de2c31dbf8c21277481f112e99c52b913940f (patch)
tree91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/private
parentceda0da31ad542c598c68146ae0712ca03df3d71 (diff)
downloadwallet-core-0e6de2c31dbf8c21277481f112e99c52b913940f.tar.xz
node_modules
Diffstat (limited to 'node_modules/private')
-rw-r--r--node_modules/private/README.md3
-rw-r--r--node_modules/private/package.json4
2 files changed, 3 insertions, 4 deletions
diff --git a/node_modules/private/README.md b/node_modules/private/README.md
index a8990aa6e..493077b83 100644
--- a/node_modules/private/README.md
+++ b/node_modules/private/README.md
@@ -1,5 +1,4 @@
-private [![Build Status](https://travis-ci.org/benjamn/private.png?branch=master)](https://travis-ci.org/benjamn/private)
-===
+# private [![Build Status](https://travis-ci.org/benjamn/private.png?branch=master)](https://travis-ci.org/benjamn/private) [![Greenkeeper badge](https://badges.greenkeeper.io/benjamn/private.svg)](https://greenkeeper.io/)
A general-purpose utility for associating truly private state with any JavaScript object.
diff --git a/node_modules/private/package.json b/node_modules/private/package.json
index c1c520b32..6f2b45703 100644
--- a/node_modules/private/package.json
+++ b/node_modules/private/package.json
@@ -16,7 +16,7 @@
"scope",
"es5"
],
- "version": "0.1.7",
+ "version": "0.1.8",
"homepage": "http://github.com/benjamn/private",
"repository": {
"type": "git",
@@ -34,6 +34,6 @@
"node": ">= 0.6"
},
"devDependencies": {
- "mocha": "^3.2.0"
+ "mocha": "^4.0.1"
}
}