isaacscript 3.17.3 → 3.17.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.
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
# - Delete this comment and uncomment the lines below.
|
|
39
39
|
#discord:
|
|
40
40
|
# name: Discord Failure Notification
|
|
41
|
-
# needs: [
|
|
41
|
+
# needs: [build, lint]
|
|
42
42
|
# if: always() # This is needed to always run this job, even if the other jobs fail.
|
|
43
43
|
# runs-on: ubuntu-latest
|
|
44
44
|
# steps:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.5",
|
|
4
4
|
"description": "A command line tool for managing Isaac mods written in TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"moment": "^2.29.4",
|
|
56
56
|
"prompt": "^1.3.0",
|
|
57
57
|
"source-map-support": "^0.5.21",
|
|
58
|
-
"tsx": "^3.14.0",
|
|
59
58
|
"typescript-to-lua": "^1.21.0",
|
|
60
59
|
"xml2js": "^0.6.2",
|
|
61
60
|
"yaml": "^2.3.4",
|