isaacscript 3.11.0 → 3.11.1

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.
@@ -1,6 +1,6 @@
1
1
  # PROJECT-NAME
2
2
 
3
- PROJECT-NAME is a mod for _[The Binding of Isaac: Repentance](https://store.steampowered.com/app/1426300/The_Binding_of_Isaac_Repentance/)_, written in [TypeScript](https://www.typescriptlang.org/) using the [IsaacScript](https://isaacscript.github.io/) framework.
3
+ PROJECT-NAME is a mod for [_The Binding of Isaac: Repentance_](https://store.steampowered.com/app/1426300/The_Binding_of_Isaac_Repentance/), written in [TypeScript](https://www.typescriptlang.org/) using the [IsaacScript](https://isaacscript.github.io/) framework.
4
4
 
5
5
  ## How To Play
6
6
 
@@ -8,7 +8,7 @@ For normal people, you can play the mod by subscribing to it on [the Steam Works
8
8
 
9
9
  ### How To Compile
10
10
 
11
- If you are a developer, or the mod is not yet uploaded to the Steam Workshop, you can play the mod by compiling the TypeScript code into a "main.lua" file. Perform the following steps:
11
+ If you are a developer, or if the mod is not yet uploaded to the Steam Workshop, you can play the mod by compiling the TypeScript code into a "main.lua" file. Perform the following steps:
12
12
 
13
13
  - Download and install [Node.js](https://nodejs.org/en/download/) (Windows Installer .msi, 64-bit).
14
14
  - Download and install [Git](https://git-scm.com/download/win) (64-bit Git for Windows setup).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -30,11 +30,11 @@
30
30
  "chalk": "4.1.2",
31
31
  "command-exists": "^1.2.9",
32
32
  "figlet": "^1.6.0",
33
- "glob": "^10.3.4",
33
+ "glob": "^10.3.5",
34
34
  "jsonc-parser": "^3.2.0",
35
35
  "klaw-sync": "^6.0.0",
36
36
  "moment": "^2.29.4",
37
- "npm-check-updates": "^16.14.2",
37
+ "npm-check-updates": "^16.14.4",
38
38
  "prompt": "^1.3.0",
39
39
  "source-map-support": "^0.5.21",
40
40
  "sync-directory": "^6.0.4",