Skip to content

Commit e8a69c6

Browse files
author
dimaspirit
committed
change - auto test before 'push' event
add myself in bower
1 parent 6048dc7 commit e8a69c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
],
2121
"authors": [
2222
"Igor Khomenko <igor@quickblox.com>",
23-
"Vlad Lukhanin <vladislav.lukhanin@quickblox.com>"
23+
"Vlad Lukhanin <vladislav.lukhanin@quickblox.com>",
24+
"Dima Lobanov <dmytro.lobanov@injoit.com>"
2425
],
2526
"repository": {
2627
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"config": {
7272
"ghooks": {
73-
"pre-commit": "jasmine"
73+
"pre-push": "jasmine"
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)