diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-11-16 01:59:39 +0100 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-11-16 02:00:31 +0100 |
| commit | bd65bb67e25a79b019d745b7262b2008ce2adb15 (patch) | |
| tree | 89e1b032103a63737f1a703e6a943832ef261704 /node_modules/tmp/package.json | |
| parent | f91466595b651721690133f58ab37f977539e95b (diff) | |
incrementally verify denoms
The denominations are not stored in a separate object store.
Diffstat (limited to 'node_modules/tmp/package.json')
| -rw-r--r-- | node_modules/tmp/package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/node_modules/tmp/package.json b/node_modules/tmp/package.json index eeb31274b..71f58092d 100644 --- a/node_modules/tmp/package.json +++ b/node_modules/tmp/package.json @@ -1,18 +1,13 @@ { "name": "tmp", - "version": "0.0.24", + "version": "0.0.30", "description": "Temporary file and directory creator", "author": "KARASZI István <github@spam.raszi.hu> (http://raszi.hu/)", "homepage": "http://github.com/raszi/node-tmp", "keywords": [ "temporary", "tmp", "temp", "tempdir", "tempfile", "tmpdir", "tmpfile" ], - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], + "license": "MIT", "repository": { "type": "git", @@ -33,7 +28,9 @@ "node": ">=0.4.0" }, - "dependencies": {}, + "dependencies": { + "os-tmpdir": "~1.0.1" + }, "devDependencies": { "vows": "~0.7.0" |
