Skip to content

Commit

Permalink
fix: create-narrat script issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Apr 12, 2023
1 parent d07e1a1 commit 1c6cda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/create-narrat/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "create-narrat",
"version": "2.12.1",
"version": "2.12.2",
"type": "module",
"description": "A tool to automatically create a narrat game",
"main": "index.js",
"bin": {
"create-narrat": "index.js"
},
"scripts": {
"build": "npm run copy-templates",
"preversion": "npm run copy-templates",
"prepublish": "npm run copy-templates",
"copy-templates": "node copy-templates.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-narrat/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"es6-promise": "^4.2.8",
"narrat": "^2.10.4",
"narrat": "^2.12.1",
"pinia": "^2.0.14",
"steamworks.js": "^0.0.18",
"vue": "^3.2.37"
Expand Down

0 comments on commit 1c6cda2

Please sign in to comment.