Skip to content

Commit

Permalink
Remove unnecessary space and comma (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
akifo authored and LinusBorg committed Aug 27, 2017
1 parent 92aa34b commit 2654005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/build/check-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var versionRequirements = [
name: 'node',
currentVersion: semver.clean(process.version),
versionRequirement: packageConfig.engines.node
},
}
]

if (shell.which('npm')) {
Expand Down
2 changes: 1 addition & 1 deletion template/build/webpack.test.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var webpackConfig = merge(baseConfig, {
devtool: '#inline-source-map',
resolveLoader: {
alias: {
// necessary to to make lang="scss" work in test when using vue-loader's ?inject option
// necessary to to make lang="scss" work in test when using vue-loader's ?inject option

This comment has been minimized.

Copy link
@omidkrad

omidkrad Sep 28, 2017

to to

// see discussion at https://github.com/vuejs/vue-loader/issues/724
'scss-loader': 'sass-loader'
}
Expand Down

0 comments on commit 2654005

Please sign in to comment.