Skip to content

Commit 5e110cb

Browse files
committed
bump deps
1 parent 26b3ca1 commit 5e110cb

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

lib/template-compiler.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,7 @@ module.exports = function (html) {
100100
}
101101

102102
function toFunction (code) {
103-
return 'function (){' + beautify(code, { indent_size: 2 }) + '}'
103+
return 'function (){' + beautify(code, {
104+
indent_size: 2 // eslint-disable-line camelcase
105+
}) + '}'
104106
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"coffee-loader": "^0.7.2",
5454
"coffee-script": "^1.10.0",
5555
"css-loader": "^0.26.0",
56-
"eslint": "^2.9.0",
57-
"eslint-config-vue": "^1.0.0",
58-
"eslint-plugin-html": "^1.5.2",
56+
"eslint": "^3.14.1",
57+
"eslint-config-vue": "^2.0.2",
58+
"eslint-plugin-vue": "^2.0.0",
5959
"expose-loader": "^0.7.1",
6060
"extract-text-webpack-plugin": "^2.0.0-rc.0",
61-
"file-loader": "^0.9.0",
61+
"file-loader": "^0.10.0",
6262
"inject-loader": "^2.0.0",
6363
"jsdom": "^9.2.1",
64-
"memory-fs": "^0.3.0",
64+
"memory-fs": "^0.4.1",
6565
"mkdirp": "^0.5.1",
6666
"mocha": "^3.2.0",
6767
"node-libs-browser": "^2.0.0",

0 commit comments

Comments
 (0)