From d324f45b18ed67240e44c7bb92ef2994673b28ad Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 8 Nov 2024 08:45:45 +0200 Subject: [PATCH] Require Rescript-schema in top-level package.json --- .../cli/templates/dynamic/init_templates/shared/package.json.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/codegenerator/cli/templates/dynamic/init_templates/shared/package.json.hbs b/codegenerator/cli/templates/dynamic/init_templates/shared/package.json.hbs index ae40f0c9f..7cf54faf0 100644 --- a/codegenerator/cli/templates/dynamic/init_templates/shared/package.json.hbs +++ b/codegenerator/cli/templates/dynamic/init_templates/shared/package.json.hbs @@ -33,6 +33,7 @@ "@glennsl/rescript-fetch": "0.2.0", "@ryyppy/rescript-promise": "2.1.0", "rescript": "11.1.3", + "rescript-schema": "8.2.0", {{/if}} {{#if is_typescript}} "@types/chai": "^4.3.11",