Skip to content

Commit

Permalink
update sundered-isles package name
Browse files Browse the repository at this point in the history
Fixes: #431
  • Loading branch information
zkat committed Jul 17, 2024
1 parent 1f4f3cf commit 66dee90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@datasworn/ironsworn-classic": "github:rsek/datasworn#v0.1.0&path:pkg/nodejs/@datasworn/ironsworn-classic",
"@datasworn/ironsworn-classic-delve": "github:rsek/datasworn#v0.1.0&path:pkg/nodejs/@datasworn/ironsworn-classic-delve",
"@datasworn/starforged": "github:rsek/datasworn#v0.1.0&path:pkg/nodejs/@datasworn/starforged",
"@datasworn/sundered_isles": "github:rsek/datasworn#v0.1.0&path:pkg/nodejs/@datasworn/sundered-isles",
"@datasworn/sundered-isles": "github:rsek/datasworn#v0.1.0&path:pkg/nodejs/@datasworn/sundered-isles",
"@jgoz/esbuild-plugin-typecheck": "^4.0.0",
"@nrsk/sigma": "^3.8.0",
"@swc/core": "^1.5.7",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/datastore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import dataswornSchema from "@datasworn/core/json/datasworn.schema.json" assert
import ironswornDelvePackage from "@datasworn/ironsworn-classic-delve/json/delve.json" assert { type: "json" };
import ironswornRuleset from "@datasworn/ironsworn-classic/json/classic.json" assert { type: "json" };
import starforgedRuleset from "@datasworn/starforged/json/starforged.json" assert { type: "json" };
import sunderedIslesPackage from "@datasworn/sundered_isles/json/sundered_isles.json" assert { type: "json" };
import sunderedIslesPackage from "@datasworn/sundered-isles/json/sundered_isles.json" assert { type: "json" };
import Ajv from "ajv";
import { IDataContext } from "characters/action-context";
import {
Expand Down

0 comments on commit 66dee90

Please sign in to comment.