Skip to content

Commit

Permalink
Merge pull request #36 from gjtorikian/remove-debug-dependency
Browse files Browse the repository at this point in the history
Remove erroneous debug statement
  • Loading branch information
gjtorikian authored Oct 18, 2024
2 parents 1ed2155 + 8a98921 commit 7a8c6e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions lib/tailwind_merge.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# frozen_string_literal: true

if ENV.fetch("DEBUG", false)
require "debug"
begin
require "amazing_print"
rescue LoadError # rubocop:disable Lint/SuppressedException
end
end

require "lru_redux"

require_relative "tailwind_merge/version"
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwind_merge/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TailwindMerge
VERSION = "0.13.1"
VERSION = "0.13.2"
end

0 comments on commit 7a8c6e0

Please sign in to comment.