mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
v1.1.2
This commit is contained in:
parent
051c6d52fe
commit
37bdaccac6
16
package.json
16
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user