isaacscript 3.6.16 → 3.6.17

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.
@@ -33,7 +33,7 @@ fi
33
33
  # "--no-progress" and "--no-summary" make it only output errors.
34
34
  npx cspell --no-progress --no-summary .
35
35
 
36
- # Check for orphaned words.
37
- bash "$DIR/check-orphaned-words.sh"
36
+ # Check for unused CSpell words.
37
+ npx cspell-check-unused-words
38
38
 
39
39
  echo "Successfully linted in $SECONDS seconds."
@@ -26,7 +26,7 @@ npx ts-prune --error
26
26
  # "--no-progress" and "--no-summary" make it only output errors.
27
27
  npx cspell --no-progress --no-summary .
28
28
 
29
- # Check for orphaned words.
30
- bash "$DIR/check-orphaned-words.sh"
29
+ # Check for unused CSpell words.
30
+ npx cspell-check-unused-words
31
31
 
32
32
  echo "Successfully linted in $SECONDS seconds."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.6.16",
3
+ "version": "3.6.17",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",