We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590a49d commit 4e4fdbaCopy full SHA for 4e4fdba
package.json
@@ -3,13 +3,16 @@
3
"name": "grist-desktop",
4
"productName": "Grist Desktop",
5
"description": "Grist Desktop",
6
- "version": "0.3.0",
+ "version": "0.3.1",
7
"main": "core/_build/ext/app/electron/main.js",
8
"repository": "https://github.com/gristlabs/grist-desktop",
9
"author": "Grist Labs Inc. <info@getgrist.com>",
10
"license": "Apache-2.0",
11
"workspaces": {
12
- "packages": ["core", "ext"],
+ "packages": [
13
+ "core",
14
+ "ext"
15
+ ],
16
"nohoist": [
17
"**/eslint/**",
18
"**/typescript-eslint/**",
0 commit comments