@jtff/miztemplate-lib 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -307,7 +307,7 @@ class MizTemplateCI{
307
307
  const folderArray = fs.readdirSync('resources/sounds');
308
308
  for (const folder of folderArray) {
309
309
  // if(zip.folder(new RegExp(folder)).length > 0 ) {
310
- if (fs.lstatSync(folder).IsDirectory()) {
310
+ if (fs.lstatSync(folder).isDirectory()) {
311
311
  await this.mizUpdateSingleSoundFolder(zip, folder);
312
312
  }
313
313
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [