Skip to content

Commit f82de79

Browse files
committed
fix missing comma
1 parent 9b4d473 commit f82de79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
{{#if_eq runner "jest"}}
6969
"babel-jest": "^21.0.2",
7070
"babel-plugin-dynamic-import-node": "^1.2.0",
71-
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0"
71+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
7272
"jest": "^21.2.0",
7373
"jest-serializer-vue": "^0.3.0",
7474
"vue-jest": "^1.0.2",

0 commit comments

Comments
 (0)