lib/overcommit/hook/post_rewrite/bower_install.rb in overcommit-0.47.0 vs lib/overcommit/hook/post_rewrite/bower_install.rb in overcommit-0.48.0
- old
+ new
@@ -4,10 +4,10 @@
module Overcommit::Hook::PostRewrite
# Runs `bower install` when a change is detected in the repository's
# dependencies.
#
- # @see {Overcommit::Hook::Shared::BowerInstall}
+ # @see Overcommit::Hook::Shared::BowerInstall
class BowerInstall < Base
include Overcommit::Hook::Shared::BowerInstall
end
end