Skip to content

Commit 46647bd

Browse files
committed
Correct default version description
1 parent 013b76b commit 46647bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"properties": {
3434
"ooxml.fileFormatVersion": {
3535
"type": "number",
36-
"description": "Number that specifies the version of Office to use to validate OOXML files. Must be in [2007, 2010, 2013, 2016, 2019]. Defaults to 2019"
36+
"description": "Number that specifies the version of Office to use to validate OOXML files. Must be in [2007, 2010, 2013, 2016, 2019, 2021, 365]. Defaults to 365 (Microsoft365)."
3737
},
3838
"ooxml.outPutFilePath": {
3939
"type": "string",
@@ -143,4 +143,4 @@
143143
"dependencies": {
144144
"csv-writer": "^1.6.0"
145145
}
146-
}
146+
}

0 commit comments

Comments
 (0)