fix export

This commit is contained in:
raub 2018-01-31 20:52:41 +03:00
parent 00b013eb80
commit afad7c360f
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ module.exports = {
printNan() { require('nan'); }, printNan() { require('nan'); },
mkdirp : `${thisDir}/mkdirp.bat`, mkdir : process.platform === 'win32' ? `"${thisDir}/mkdir.bat"` : 'mkdir',
rmrf : `${thisDir}/rmrf.bat`, rm : process.platform === 'win32' ? `"${thisDir}/rm.bat"` : 'rm',
}; };