From 686bf1615777d3c684a09317152cb37aeb5c04b3 Mon Sep 17 00:00:00 2001 From: Rob Mayer <5171361+RobMayer@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:46:12 -0400 Subject: [PATCH] oops --- package.json | 2 +- templates/javascript/template.package.json | 2 +- templates/tsx/template.package.json | 2 +- templates/typescript/template.package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bccb6d5..b451db9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ttpg-package", - "version": "1.3.5", + "version": "1.3.6", "description": "", "bin": { "create-ttpg-package": "bin/index.js" diff --git a/templates/javascript/template.package.json b/templates/javascript/template.package.json index dd93fb8..b17bacc 100644 --- a/templates/javascript/template.package.json +++ b/templates/javascript/template.package.json @@ -16,6 +16,6 @@ "author": "", "devDependencies": { "@tabletop-playground/api": "^0.38.0", - "ttpg-scripts": "^1.4.3" + "ttpg-scripts": "^1.4.4" } } diff --git a/templates/tsx/template.package.json b/templates/tsx/template.package.json index 90fb0d2..606b2ff 100644 --- a/templates/tsx/template.package.json +++ b/templates/tsx/template.package.json @@ -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" } } diff --git a/templates/typescript/template.package.json b/templates/typescript/template.package.json index a9739c7..17fb8c7 100644 --- a/templates/typescript/template.package.json +++ b/templates/typescript/template.package.json @@ -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" } }