pull/561/head v1.1.2
Paul Fitzpatrick 12 months ago
parent 051c6d52fe
commit 37bdaccac6
No known key found for this signature in database
GPG Key ID: 07F16BF3214888F6

@ -1,6 +1,6 @@
{ {
"name": "grist-core", "name": "grist-core",
"version": "1.1.1", "version": "1.1.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Grist is the evolution of spreadsheets", "description": "Grist is the evolution of spreadsheets",
"homepage": "https://github.com/gristlabs/grist-core", "homepage": "https://github.com/gristlabs/grist-core",
@ -190,11 +190,13 @@
"@gristlabs/sqlite3": "5.1.4-grist.8" "@gristlabs/sqlite3": "5.1.4-grist.8"
}, },
"mocha": { "mocha": {
"require": ["test/setupPaths", "require": [
"source-map-support/register", "test/setupPaths",
"test/report-why-tests-hang", "source-map-support/register",
"test/init-mocha-webdriver", "test/report-why-tests-hang",
"test/split-tests", "test/init-mocha-webdriver",
"test/chai-as-promised"] "test/split-tests",
"test/chai-as-promised"
]
} }
} }

Loading…
Cancel
Save