Skip to content

Commit 4e4fdba

Browse files
committed
v0.3.1
1 parent 590a49d commit 4e4fdba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"name": "grist-desktop",
44
"productName": "Grist Desktop",
55
"description": "Grist Desktop",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"main": "core/_build/ext/app/electron/main.js",
88
"repository": "https://github.com/gristlabs/grist-desktop",
99
"author": "Grist Labs Inc. <info@getgrist.com>",
1010
"license": "Apache-2.0",
1111
"workspaces": {
12-
"packages": ["core", "ext"],
12+
"packages": [
13+
"core",
14+
"ext"
15+
],
1316
"nohoist": [
1417
"**/eslint/**",
1518
"**/typescript-eslint/**",

0 commit comments

Comments
 (0)