1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-19 10:54:16 +02:00

@misteroneill added ghooks to run linter on git push

This commit is contained in:
Pat O'Neill 2016-07-28 16:31:03 -04:00 committed by Gary Katsevman
parent 945711855a
commit 485524882e

View File

@ -46,6 +46,7 @@
"css": "^2.2.0",
"es5-shim": "^4.1.3",
"es6-shim": "^0.35.1",
"ghooks": "^1.3.2",
"gkatsev-grunt-sass": "^1.1.1",
"grunt": "^0.4.4",
"grunt-aws-s3": "^0.12.1",
@ -103,5 +104,10 @@
"**/test/coverage/**",
"**/test/karma.conf.js"
]
},
"config": {
"ghooks": {
"pre-push": "npm run lint"
}
}
}