Skip to content

Commit d168a97

Browse files
author
dimaspirit
committed
add utils ghook
- add event 'pre-commit' to run 'jasmine'
1 parent 6c86a9a commit d168a97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"xml2js": "^0.4.13"
4747
},
4848
"devDependencies": {
49+
"ghooks": "^1.0.3",
4950
"grunt": "^0.4.5",
5051
"grunt-browserify": "^3.2.1",
5152
"grunt-contrib-connect": "^0.9.0",
@@ -64,5 +65,10 @@
6465
"quickblox.js",
6566
"quickblox.min.js"
6667
]
68+
},
69+
"config": {
70+
"ghooks": {
71+
"pre-commit": "jasmine"
72+
}
6773
}
6874
}

0 commit comments

Comments
 (0)