tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Use absolute path to git-hooks lib instead of relative (#49) #50

Closed ruslan-polutsygan closed 6 years ago

ruslan-polutsygan commented 6 years ago

fix for https://github.com/tarmolov/git-hooks-js/issues/49

should not affect projects that currently use git-hooks, they will continue include the library from relative path, new installations - will start use absolute path.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.939% when pulling 691e4b27e7f284d4f8512ced7ae230d9cdfb8c3e on ruslan-polutsygan:fix-1 into a95148033823a8638dc044192083e4d6d6ef0ac9 on tarmolov:master.

tarmolov commented 6 years ago

Thank you!

1.1.9

ruslan-polutsygan commented 6 years ago

No problem :) Thanks for merge.