aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
commit126fe1e2579c3fc33a410278c73dc6620d5d3110 (patch)
tree5ebc82d855f8e8398902a7b65c03a04f08209185 /lib/pronto/eslint_npm
parent156f8167360fffc318b47b797e7619beb21b0ff3 (diff)
downloadpronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.gz
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.zst
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.zip
correct name according to recommended use of `_` and `-`
http://guides.rubygems.org/name-your-gem/
Diffstat (limited to 'lib/pronto/eslint_npm')
-rw-r--r--lib/pronto/eslint_npm/version.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pronto/eslint_npm/version.rb b/lib/pronto/eslint_npm/version.rb
new file mode 100644
index 0000000..0f83484
--- /dev/null
+++ b/lib/pronto/eslint_npm/version.rb
@@ -0,0 +1,5 @@
1module Pronto
2 module ESLintNpmVersion
3 VERSION = '0.7.1'.freeze
4 end
5end