aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-08-11 16:02:45 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-08-11 16:12:01 +0200
commit5001cb27fe21f4fdbc20f95b44ee99bbd9812730 (patch)
treeae9152cc0cdd89ae9fa539ab571d66c478dc52d5 /lib
parent9e25e804c86e30923abfd1bd264f02115950a245 (diff)
downloadpronto-hlint-5001cb27fe21f4fdbc20f95b44ee99bbd9812730.tar.gz
pronto-hlint-5001cb27fe21f4fdbc20f95b44ee99bbd9812730.tar.zst
pronto-hlint-5001cb27fe21f4fdbc20f95b44ee99bbd9812730.zip
rebrand to Pronto::ESLintNpm
Diffstat (limited to 'lib')
-rw-r--r--lib/pronto/eslint-npm.rb (renamed from lib/pronto/eslint.rb)2
-rw-r--r--lib/pronto/eslint-npm/version.rb5
-rw-r--r--lib/pronto/eslint/version.rb5
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/pronto/eslint.rb b/lib/pronto/eslint-npm.rb
index a2ec738..a3219eb 100644
--- a/lib/pronto/eslint.rb
+++ b/lib/pronto/eslint-npm.rb
@@ -1,7 +1,7 @@
1require 'pronto' 1require 'pronto'
2 2
3module Pronto 3module Pronto
4 class ESLint < Runner 4 class ESLintNpm < Runner
5 def run 5 def run
6 return [] unless @patches 6 return [] unless @patches
7 7
diff --git a/lib/pronto/eslint-npm/version.rb b/lib/pronto/eslint-npm/version.rb
new file mode 100644
index 0000000..7012232
--- /dev/null
+++ b/lib/pronto/eslint-npm/version.rb
@@ -0,0 +1,5 @@
1module Pronto
2 module ESLintNpmVersion
3 VERSION = '0.7.0'.freeze
4 end
5end
diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb
deleted file mode 100644
index 0b9940a..0000000
--- a/lib/pronto/eslint/version.rb
+++ /dev/null
@@ -1,5 +0,0 @@
1module Pronto
2 module ESLintVersion
3 VERSION = '0.6.2'.freeze
4 end
5end