isaacscript 3.9.0 → 3.9.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.
@@ -6,6 +6,10 @@ package-lock.json
6
6
  yarn.lock
7
7
  pnpm-lock.yaml
8
8
 
9
+ # Minified files
10
+ *.min.js
11
+ *.min.css
12
+
9
13
  # XML files created by Basement Renovator
10
14
  mod/content/rooms/**/*.xml
11
15
  mod/content/luarooms/**/*.xml
@@ -5,3 +5,7 @@ dist
5
5
  package-lock.json
6
6
  yarn.lock
7
7
  pnpm-lock.yaml
8
+
9
+ # Minified files
10
+ *.min.js
11
+ *.min.css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",