isaacscript 3.14.1 → 3.15.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.
@@ -6,7 +6,7 @@ PROJECT-NAME is a mod for [_The Binding of Isaac: Repentance_](https://store.ste
6
6
 
7
7
  For normal people, you can play the mod by subscribing to it on [the Steam Workshop](https://steamcommunity.com/app/250900/workshop/). (Subscribing to the mod will automatically download and install it once you launch the game.)
8
8
 
9
- ### How To Compile
9
+ ## How To Compile
10
10
 
11
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
 
@@ -29,6 +29,7 @@
29
29
  "**/.yarn/": true,
30
30
  "**/dist/": true,
31
31
  "**/node_modules/": true,
32
+ "LICENSE": true,
32
33
  },
33
34
 
34
35
  // ------------------
@@ -27,6 +27,7 @@
27
27
  "**/.yarn/": true,
28
28
  "**/dist/": true,
29
29
  "**/node_modules/": true,
30
+ "LICENSE": true,
30
31
  },
31
32
 
32
33
  // ------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.14.1",
3
+ "version": "3.15.0",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -30,7 +30,6 @@
30
30
  "chalk": "4.1.2",
31
31
  "command-exists": "^1.2.9",
32
32
  "figlet": "^1.6.0",
33
- "glob": "^10.3.10",
34
33
  "jsonc-parser": "^3.2.0",
35
34
  "klaw-sync": "^6.0.0",
36
35
  "moment": "^2.29.4",