isaacscript 3.39.0 → 3.40.0

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.
@@ -10,8 +10,7 @@ const config = {
10
10
  ],
11
11
 
12
12
  overrides: [
13
- // Allow proper formatting of JSONC files that have JSON file extensions:
14
- // https://github.com/prettier/prettier/issues/5708
13
+ // Allow proper formatting of JSONC files that have JSON file extensions.
15
14
  {
16
15
  files: [
17
16
  "**/.vscode/*.json",
@@ -9,8 +9,7 @@ const config = {
9
9
  ],
10
10
 
11
11
  overrides: [
12
- // Allow proper formatting of JSONC files that have JSON file extensions:
13
- // https://github.com/prettier/prettier/issues/5708
12
+ // Allow proper formatting of JSONC files that have JSON file extensions.
14
13
  {
15
14
  files: [
16
15
  "**/.vscode/*.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.39.0",
3
+ "version": "3.40.0",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",