Skip to content

Commit

Permalink
Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Feb 15, 2024
1 parent ab7eca2 commit bae9544
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 306 deletions.
152 changes: 9 additions & 143 deletions adapter-iron-harvest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion adapter-iron-harvest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"lru-cache": "^6.0.0",
"md5": "^2.3.0",
"node-emoji": "^2.1.0",
"pathfinding-binaries": "github:path-visualiser/pathfinding#binaries",
"protocol": "file:../protocol",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
Expand Down
21 changes: 0 additions & 21 deletions adapter-iron-harvest/src/core/algorithms.ts

This file was deleted.

3 changes: 2 additions & 1 deletion adapter-iron-harvest/src/core/maps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { keys, some, startCase } from "lodash";
import { parse, relative, resolve } from "path";
import { handlers } from "./scenario";
import { getConfig } from "../config";

const handlers = { grid: undefined };

export type MapTypeKey = keyof typeof handlers;

export function mapIsSupported(path: string) {
Expand Down
79 changes: 0 additions & 79 deletions adapter-iron-harvest/src/core/scenario.ts

This file was deleted.

Loading

0 comments on commit bae9544

Please sign in to comment.