diff --git a/build.js b/build.js index dfff0ca..49953be 100644 --- a/build.js +++ b/build.js @@ -12,6 +12,6 @@ js('src/index.js', { }).then((data) => { - return writeFile(`dist/${pgk.name}.min.js`, data) + return writeFile(`dist/${ pgk.name }.min.js`, data) }) \ No newline at end of file