isaacscript 2.1.4 → 2.1.5

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.
@@ -15,7 +15,7 @@ NEW_HASH=$(md5sum "$PACKAGE_JSON")
15
15
  if [[ $OLD_HASH != $NEW_HASH ]]; then
16
16
  if test -f "$DIR/yarn.lock"; then
17
17
  yarn
18
- else if test -f "$DIR/pnpm-lock.yaml"; then
18
+ elif test -f "$DIR/pnpm-lock.yaml"; then
19
19
  pnpm install
20
20
  else
21
21
  npm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",