Skip to content

Commit

Permalink
Fix since version for vueIndentScriptAndStyle (#6897)
Browse files Browse the repository at this point in the history
See #6887.
  • Loading branch information
lydell committed Nov 9, 2019
1 parent b091fd3 commit 6cba8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/language-html/options.js
Expand Up @@ -26,7 +26,7 @@ module.exports = {
]
},
vueIndentScriptAndStyle: {
since: "1.19.0-beta.1",
since: "1.19.0",
category: CATEGORY_HTML,
type: "boolean",
default: false,
Expand Down
Expand Up @@ -1419,7 +1419,7 @@ exports[`CLI --support-info (stdout) 1`] = `
\\"description\\": \\"Indent script and style tags in Vue files.\\",
\\"name\\": \\"vueIndentScriptAndStyle\\",
\\"pluginDefaults\\": {},
\\"since\\": \\"1.19.0-beta.1\\",
\\"since\\": \\"1.19.0\\",
\\"type\\": \\"boolean\\"
}
]
Expand Down

0 comments on commit 6cba8ce

Please sign in to comment.