Skip to content

Commit

Permalink
chore: use template strings in config.js (vuejs#8113)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudaashuai authored and aJean committed Aug 19, 2020
1 parent fec69fd commit fadc20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const weexVersion = process.env.WEEX_VERSION || require('../packages/weex-vue-fr

const banner =
'/*!\n' +
' * Vue.js v' + version + '\n' +
' * (c) 2014-' + new Date().getFullYear() + ' Evan You\n' +
` * Vue.js v${version}\n` +
` * (c) 2014-${new Date().getFullYear()} Evan You\n` +
' * Released under the MIT License.\n' +
' */'

Expand Down

0 comments on commit fadc20a

Please sign in to comment.