Skip to content

Commit cf9c95d

Browse files
committed
Update dependencies, bump version to 0.4.4
1 parent 1967a3e commit cf9c95d

File tree

3 files changed

+138
-96
lines changed

3 files changed

+138
-96
lines changed

lib/filesystem-tools.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ module.exports.forcePath = function(path) {
234234
});
235235
};
236236

237+
/**
238+
*
239+
* @param {String} dirNamePrefix
240+
* @return {Promise<String>}
241+
*/
237242
module.exports.createTempDirectory = function(dirNamePrefix) {
238243
return new Promise(function(resolve, reject) {
239244
fs.mkdtemp("/tmp/" + dirNamePrefix, function (err, path) {

package-lock.json

Lines changed: 124 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)