isaacscript 5.2.2 → 5.2.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.
|
@@ -8,7 +8,7 @@ core.autocrlf=false
|
|
|
8
8
|
# Default value: false (on Linux machines) or true (on Windows machines)
|
|
9
9
|
# Explicitly setting it to false prevents the issue where Windows users cannot pull down
|
|
10
10
|
# casing-related file renames.
|
|
11
|
-
core.
|
|
11
|
+
core.ignoreCase=false
|
|
12
12
|
|
|
13
13
|
# https://git-scm.com/docs/git-config/#Documentation/git-config.txt-pullrebase
|
|
14
14
|
# Default value: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "A command line tool for managing Isaac mods written in TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@types/source-map-support": "^0.5.10",
|
|
68
68
|
"@types/xml2js": "^0.4.14",
|
|
69
69
|
"ts-json-schema-generator": "^2.3.0",
|
|
70
|
-
"typescript-eslint": "^8.
|
|
70
|
+
"typescript-eslint": "^8.13.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"typescript": ">= 5.0.0",
|