isaacscript 1.2.26 → 1.2.27

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "sync-directory": "^4.0.12",
33
33
  "ts-node": "^10.7.0",
34
34
  "typescript": "^4.6.2",
35
- "typescript-to-lua": "^1.4.0",
35
+ "typescript-to-lua": "^1.4.1",
36
36
  "update-notifier": "^5.1.0",
37
37
  "yaml": "^1.10.2",
38
38
  "yargs": "^17.4.0"
@@ -6,9 +6,6 @@ jobs:
6
6
  build_and_lint:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - name: Install xmllint (which the "lint.sh" script uses)
10
- run: sudo apt-get update && sudo apt-get install libxml2-utils -y
11
-
12
9
  - name: Checkout the repository
13
10
  uses: actions/checkout@v2
14
11
 
@@ -30,6 +27,9 @@ jobs:
30
27
  if: steps.node-cache.outputs.cache-hit != 'true'
31
28
  run: npm ci
32
29
 
30
+ - name: Install xmllint (which the "lint.sh" script uses)
31
+ run: sudo apt-get update && sudo apt-get install libxml2-utils -y
32
+
33
33
  - name: Test to see if the project compiles
34
34
  run: bash build.sh
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "sync-directory": "^4.0.12",
33
33
  "ts-node": "^10.7.0",
34
34
  "typescript": "^4.6.2",
35
- "typescript-to-lua": "^1.4.0",
35
+ "typescript-to-lua": "^1.4.1",
36
36
  "update-notifier": "^5.1.0",
37
37
  "yaml": "^1.10.2",
38
38
  "yargs": "^17.4.0"