From 37bdaccac63c68252ca8977a7c4f9026c9820d3a Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Tue, 4 Jul 2023 07:23:04 -0400 Subject: [PATCH] v1.1.2 --- package.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f0c5f83b..5252d954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grist-core", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "description": "Grist is the evolution of spreadsheets", "homepage": "https://github.com/gristlabs/grist-core", @@ -190,11 +190,13 @@ "@gristlabs/sqlite3": "5.1.4-grist.8" }, "mocha": { - "require": ["test/setupPaths", - "source-map-support/register", - "test/report-why-tests-hang", - "test/init-mocha-webdriver", - "test/split-tests", - "test/chai-as-promised"] + "require": [ + "test/setupPaths", + "source-map-support/register", + "test/report-why-tests-hang", + "test/init-mocha-webdriver", + "test/split-tests", + "test/chai-as-promised" + ] } }