isaacscript 1.2.22 → 1.2.23

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,6 +10,7 @@
10
10
 
11
11
  "files.associations": {
12
12
  "*.anm2": "xml", // anm2 files are just XML files
13
+ "*.dat": "json", // Nearly all mods save JSON to the "save#.dat" file
13
14
  },
14
15
 
15
16
  // Linux line endings are used in this project
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -10,6 +10,7 @@
10
10
 
11
11
  "files.associations": {
12
12
  "*.anm2": "xml", // anm2 files are just XML files
13
+ "*.dat": "json", // Nearly all mods save JSON to the "save#.dat" file
13
14
  },
14
15
 
15
16
  // Linux line endings are used in this project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {