We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014d1e5 commit 1867d42Copy full SHA for 1867d42
package.json
@@ -12,14 +12,17 @@
12
"license": "GPL-3.0",
13
"type": "commonjs",
14
"dependencies": {
15
- "isaac-typescript-definitions": "^13.0.22",
+ "isaac-typescript-definitions": "^13.0.23",
16
"isaacscript": "^3.6.56",
17
- "isaacscript-common": "^30.12.9",
+ "isaacscript-common": "^30.12.10",
18
"isaacscript-lint": "^5.2.1",
19
"isaacscript-spell": "^1.2.41",
20
"isaacscript-tsconfig": "^4.0.0",
21
"typescript": "^5.1.6",
22
"typescript-to-lua": "^1.17.0"
23
},
24
- "packageManager": "yarn@3.6.1"
+ "packageManager": "yarn@3.6.1",
25
+ "resolutions": {
26
+ "isaacscript-common": "portal:/D:/Repositories/isaacscript/dist/packages/isaacscript-common"
27
+ }
28
}
0 commit comments