Skip to content

Commit

Permalink
Fix build error for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Aug 7, 2024
1 parent 9ab22bf commit ae0ff97
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,21 @@
"rank": "Owner"
},
{
"ext": ["csv", "tsv", "dsv"],
"ext": "dsv",
"name": "Comma-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "tsv",
"name": "Tab-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "dsv",
"name": "Delimiter-Separated Values",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
Expand All @@ -142,11 +156,18 @@
"rank": "Alternate"
},
{
"ext": ["xlsx", "xlsm"],
"ext": "xlsx",
"name": "Microsoft Excel Spreadsheet",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
},
{
"ext": "xlsm",
"name": "Microsoft Excel Open XML Spreadsheet",
"role": "Viewer",
"icon": "core/static/icons/gristdoc",
"rank": "Alternate"
}
]
}
Expand Down

0 comments on commit ae0ff97

Please sign in to comment.