Fixed JSON syntax error in package.json
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@
|
|||||||
"pre-git": {
|
"pre-git": {
|
||||||
"commit-msg": "",
|
"commit-msg": "",
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
'eslint ./',
|
"eslint ./",
|
||||||
'mocha'
|
"mocha"
|
||||||
],
|
],
|
||||||
"pre-push": [],
|
"pre-push": [],
|
||||||
"post-commit": [],
|
"post-commit": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user