isaacscript 3.8.0 → 3.8.1
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.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
const config = {
|
|
6
6
|
extends: [
|
|
7
7
|
// The linter base is the shared IsaacScript config:
|
|
8
|
-
// https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-config-isaacscript/base.js
|
|
8
|
+
// https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-config-isaacscript/configs/base.js
|
|
9
9
|
"eslint-config-isaacscript/base",
|
|
10
10
|
],
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"description": "A command line tool for managing Isaac mods written in TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"jsonc-parser": "^3.2.0",
|
|
35
35
|
"klaw-sync": "^6.0.0",
|
|
36
36
|
"moment": "^2.29.4",
|
|
37
|
-
"npm-check-updates": "^16.
|
|
37
|
+
"npm-check-updates": "^16.13.0",
|
|
38
38
|
"prompt": "^1.3.0",
|
|
39
39
|
"source-map-support": "^0.5.21",
|
|
40
40
|
"sync-directory": "^6.0.4",
|