From 05aa6e06a8083932da5fcb738a4a8730c12c7f7f Mon Sep 17 00:00:00 2001 From: Euan T Date: Tue, 25 Apr 2017 13:24:14 +0100 Subject: [PATCH] Added package tempdir --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1022866..d8d465e 100644 --- a/packages.json +++ b/packages.json @@ -6227,7 +6227,7 @@ "async", "io", "socket", - "net", + "net", "tcp", "http", "libuv" @@ -6235,5 +6235,18 @@ "description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.", "license": "MIT", "web": "http://tulayang.github.io/node/" + }, + { + "name": "tempdir", + "url": "https://github.com/euantorano/tempdir.nim", + "method": "git", + "tags": [ + "temp", + "io", + "tmp" + ], + "description": "A Nim library to create and manage temporary directories.", + "license": "BSD3", + "web": "https://github.com/euantorano/tempdir.nim" } ]