Sha256: 080caab5eda3915e757415d1ba265da0791c8690899e7e0e2a842cb0d2002355
Contents?: true
Size: 345 Bytes
Versions: 27
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true require 'overcommit/hook/shared/bower_install' module Overcommit::Hook::PostCommit # Runs `bower install` when a change is detected in the repository's # dependencies. # # @see Overcommit::Hook::Shared::BowerInstall class BowerInstall < Base include Overcommit::Hook::Shared::BowerInstall end end
Version data entries
27 entries across 27 versions & 2 rubygems