fix trailing comma in template

This commit is contained in:
Ben Parees 2016-04-11 22:01:26 -04:00
parent 0e8b9b4009
commit d3bfc8b240
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@
], ],
"postCommit": { "postCommit": {
"script": "npm test" "script": "npm test"
}, }
} }
}, },
{ {

View file

@ -115,7 +115,7 @@
], ],
"postCommit": { "postCommit": {
"script": "npm test" "script": "npm test"
}, }
} }
}, },
{ {