@spyglassmc/mcdoc-cli 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -239,7 +239,7 @@ await CLI.scriptName('mcdoc')
239
239
  console.warn(`parsing error, ${orphaned_doc.length} orphaned doc comments or incorrectly parsed markup comments`);
240
240
  console.warn(internal_locales);
241
241
  }
242
- await fs.writeFile(join('out', 'locale', 'locale.en-us.json'), JSON.stringify(locales, undefined, 3));
242
+ await fs.writeFile(join('out', 'locale', 'en-us.json'), JSON.stringify(locales, undefined, 3));
243
243
  }
244
244
  }
245
245
  console.log(`Generated JSON files with ${errors} errors.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/mcdoc-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "line-column": "^1.0.2",
33
33
  "yargs": "17.6.2",
34
34
  "@spyglassmc/core": "0.4.5",
35
- "@spyglassmc/mcdoc": "0.3.6"
35
+ "@spyglassmc/mcdoc": "0.3.7"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/fs-extra": "^11.0.2",