Skip to content

Commit

Permalink
chore: use template strings in config.js (#8113)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudaashuai authored and yyx990803 committed Oct 24, 2018
1 parent ecc239e commit f5b5b3c
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 f5b5b3c

Please sign in to comment.