Skip to content

Commit

Permalink
fix: one more comma (#114)
Browse files Browse the repository at this point in the history
one more comma in plugin templates package.json
  • Loading branch information
kyo4311 authored Nov 1, 2020
1 parent 6e1e242 commit b5399bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/plugin/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged",
"pre-commit": "lint-staged"
},
"files": [
<% if (withUmiUI) { -%>
Expand Down

0 comments on commit b5399bf

Please sign in to comment.