isaacscript 3.4.11 → 3.4.12

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.
@@ -42,6 +42,6 @@ elif [[ -z "$NPM_LOCK_EXISTS" && -z "$YARN_LOCK_EXISTS" && ! -z "$PNPM_LOCK_EXIS
42
42
  elif
43
43
  echo "Error: Multiple different kinds of package manager lock files were found. You should manually invoke the package manager that you want to use for this project."
44
44
  exit 1
45
- end
45
+ fi
46
46
 
47
47
  echo "Successfully reinstalled Node dependencies."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",