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
@ -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": [
|
||||||
|
"test/setupPaths",
|
||||||
"source-map-support/register",
|
"source-map-support/register",
|
||||||
"test/report-why-tests-hang",
|
"test/report-why-tests-hang",
|
||||||
"test/init-mocha-webdriver",
|
"test/init-mocha-webdriver",
|
||||||
"test/split-tests",
|
"test/split-tests",
|
||||||
"test/chai-as-promised"]
|
"test/chai-as-promised"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user