Skip to content

Commit fcbf823

Browse files
committed
fix: default value of the singleFile is changed
1 parent f73ee51 commit fcbf823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"singleFile": {
9191
"description": "If set this parameter to true generate single html file with scripts and styles inside",
9292
"required": false,
93-
"default": false
93+
"default": "false"
9494
},
9595
"outFilename": {
9696
"description": "The name of the output HTML file",

0 commit comments

Comments
 (0)