@anteur/tools
Advanced tools
Comparing version 0.1.6 to 0.1.9
{ | ||
"name": "@anteur/tools", | ||
"version": "0.1.6", | ||
"version": "0.1.9", | ||
"description": "> TODO: description", | ||
@@ -35,3 +35,3 @@ "author": "Igor ESCHALIER <igor.eschalier@gmail.com>", | ||
}, | ||
"gitHead": "a998ad8f8b4f831c4cfa519bb224541046573387" | ||
"gitHead": "2118762515ff012fa54f6c24499dfbdfd535c713" | ||
} |
const fs = require('fs') | ||
const { logCmdSuccess, logError } = require('@anter/log') | ||
const { logCmdSuccess, logError } = require('@anteur/log') | ||
@@ -4,0 +4,0 @@ module.exports = (destDir, context) => { |
1897