Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Dataforged #1022

Merged
merged 19 commits into from
Aug 29, 2024
6 changes: 0 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"cssnano": "^6.0.1",
"dataforged": "^1.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^43",
Expand Down
8 changes: 0 additions & 8 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { IronswornActor } from './module/actor/actor'
import * as dataforgedHelpers from './module/dataforged'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { starforged } from 'dataforged'
import type { Emitter, EventType } from 'mitt'
import Mitt from 'mitt'
import {
Expand Down Expand Up @@ -49,9 +47,6 @@ export interface IronswornConfig {
IronswornRollMessage: typeof IronswornRollMessage
}

Dataforged: typeof starforged
dataforgedHelpers: typeof dataforgedHelpers

emitter: IronswornEmitter

registerOracleTree: typeof registerOracleTree
Expand Down Expand Up @@ -82,9 +77,6 @@ export const IRONSWORN: IronswornConfig = {
IronswornRollMessage
},

Dataforged: starforged,
dataforgedHelpers,

emitter: Mitt<EmitterEvents>(),

registerOracleTree,
Expand Down
22 changes: 0 additions & 22 deletions src/module/dataforged/data.ts

This file was deleted.

208 changes: 0 additions & 208 deletions src/module/dataforged/images.ts

This file was deleted.

Loading
Loading