Skip to content

Commit

Permalink
fix: issue in one of the narrat template games
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Dec 1, 2023
1 parent 29cd8d3 commit 843d98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import quests from './quests.yaml';
import screens from './screens.yaml';
import skills from './skills.yaml';
import skillChecks from './skillchecks.yaml';
import { ModuleConfigInput } from '@/config/config-input';
import { ModuleConfigInput } from 'narrat';

const gameConfigs: ModuleConfigInput = {
audio,
Expand Down
4 changes: 2 additions & 2 deletions packages/create-narrat/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrat-template",
"version": "3.5.1",
"version": "3.7.1",
"private": true,
"description": "Template for Narrat game engine",
"main": "electron-main.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"es6-promise": "^4.2.8",
"narrat": "3.6.0",
"narrat": "3.7.1",
"pinia": "^2.1.4",
"steamworks.js": "^0.2.0",
"vue": "^3.3.4"
Expand Down

1 comment on commit 843d98d

@vercel
Copy link

@vercel vercel bot commented on 843d98d Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

narrat-editor-demo – ./packages/narrat-editor

narrat-editor-demo.vercel.app
demo.narrat.dev
narrat-editor-demo-git-main-nialna.vercel.app
narrat-editor-demo-nialna.vercel.app

Please sign in to comment.