Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Oct 28, 2023
1 parent 13b3857 commit 686bf16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ttpg-package",
"version": "1.3.5",
"version": "1.3.6",
"description": "",
"bin": {
"create-ttpg-package": "bin/index.js"
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/template.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "",
"devDependencies": {
"@tabletop-playground/api": "^0.38.0",
"ttpg-scripts": "^1.4.3"
"ttpg-scripts": "^1.4.4"
}
}
2 changes: 1 addition & 1 deletion templates/tsx/template.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tabletop-playground/api": "^0.38.0",
"ttpg-scripts": "^1.4.3",
"ttpg-scripts": "^1.4.4",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion templates/typescript/template.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"devDependencies": {
"@tabletop-playground/api": "^0.38.0",
"ttpg-scripts": "^1.4.3",
"ttpg-scripts": "^1.4.4",
"typescript": "^5.2.2"
}
}

0 comments on commit 686bf16

Please sign in to comment.