Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jul 4, 2024
1 parent 32880fa commit 5775cce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/nqtr",
"version": "0.2.10",
"version": "0.2.11",
"description": "A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/DRincs-Productions/nqtr-pixi-vn#readme",
"devDependencies": {
"@drincs/nqtr": "^0.2.8",
"@drincs/nqtr": "^0.2.10",
"@types/react": "^18.3.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/override/NeighboringMapsInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
* }
* ```
*/
export default interface NeighboringMapsInterface { }
export default interface NeighboringMapsInterface { [key: string]: any }
1 change: 1 addition & 0 deletions src/override/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as GraphicItemInterface } from './GraphicItemInterface';
export { default as GraphicItemType } from './GraphicItemType';
export { default as NeighboringMapsInterface } from './NeighboringMapsInterface';
export { default as OnRenderGraphicItemProps } from './OnRenderGraphicItemProps';
export { default as OnRunProps } from './OnRunProps';
export { default as OnStartEndStageQuest } from './OnStartEndStageQuest';
Expand Down

0 comments on commit 5775cce

Please sign in to comment.