Skip to content

Commit

Permalink
Merge pull request #1022 from ben/ben/df-cleanup
Browse files Browse the repository at this point in the history
Drop Dataforged
  • Loading branch information
ben authored Aug 29, 2024
2 parents 2390648 + 77543e2 commit b5268a2
Show file tree
Hide file tree
Showing 34 changed files with 770 additions and 3,824 deletions.
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

0 comments on commit b5268a2

Please sign in to comment.