Comparing version 0.4.14 to 0.4.15
@@ -67,3 +67,3 @@ { | ||
"optionalDependencies": {}, | ||
"version": "0.4.14", | ||
"version": "0.4.15", | ||
"directories": { | ||
@@ -70,0 +70,0 @@ "lib": "lib" |
@@ -64,3 +64,3 @@ const path = require('path') | ||
try { | ||
await cli.cp(path.join(tmplDir, 'config', 'helpers', 'ad.js'), path.join(conf, 'helpers', 'ad.js'), opts); | ||
await cli.cp(path.join(tmplDir, 'config', 'helpers', 'ad.js'), path.join(conf, 'helpers', 'ad.js')); | ||
} catch(ex) { | ||
@@ -67,0 +67,0 @@ cli.log('Error:', ex); |
120591