aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm/version.rb
blob: e3683f4ca5058d51ee4e6786ac04df7f8ad04bcb (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Pronto
  module ESLintNpmVersion
    VERSION = '0.10.0'.freeze
  end
end