Skip to content

Commit 2654005

Browse files
akifoLinusBorg
authored andcommitted
Remove unnecessary space and comma (#866)
1 parent 92aa34b commit 2654005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/build/check-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var versionRequirements = [
1111
name: 'node',
1212
currentVersion: semver.clean(process.version),
1313
versionRequirement: packageConfig.engines.node
14-
},
14+
}
1515
]
1616

1717
if (shell.which('npm')) {

template/build/webpack.test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var webpackConfig = merge(baseConfig, {
1313
devtool: '#inline-source-map',
1414
resolveLoader: {
1515
alias: {
16-
// necessary to to make lang="scss" work in test when using vue-loader's ?inject option
16+
// necessary to to make lang="scss" work in test when using vue-loader's ?inject option
1717
// see discussion at https://github.com/vuejs/vue-loader/issues/724
1818
'scss-loader': 'sass-loader'
1919
}

0 commit comments

Comments
 (0)