xdeployer v1.0.4
- Fixed typo;
- Comment on optional chaining operator and Node.js version;
- Supported Node.js version reflected in
package.json
; - Changed
writeFile
towriteFileSync
in order to complete synchronously (and therefore blocks the main thread); - Added starting message as console output;