aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm/version.rb
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2019-02-05 18:58:05 +0100
committerMarkus Doits <markus.doits@stellenticket.de>2019-02-05 18:58:05 +0100
commit6bc6a0db0223305d0fbcefca55e646fc9f416f7f (patch)
treeabce0dc02630344444fcb833c16cb0b38e9dd830 /lib/pronto/eslint_npm/version.rb
parent12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee (diff)
downloadpronto-hlint-6bc6a0db0223305d0fbcefca55e646fc9f416f7f.tar.gz
pronto-hlint-6bc6a0db0223305d0fbcefca55e646fc9f416f7f.tar.zst
pronto-hlint-6bc6a0db0223305d0fbcefca55e646fc9f416f7f.zip
allow pronto 0.10 and update deps
Diffstat (limited to 'lib/pronto/eslint_npm/version.rb')
-rw-r--r--lib/pronto/eslint_npm/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pronto/eslint_npm/version.rb b/lib/pronto/eslint_npm/version.rb
index 1fc96c9..e3683f4 100644
--- a/lib/pronto/eslint_npm/version.rb
+++ b/lib/pronto/eslint_npm/version.rb
@@ -2,6 +2,6 @@
2 2
3module Pronto 3module Pronto
4 module ESLintNpmVersion 4 module ESLintNpmVersion
5 VERSION = '0.9.1'.freeze 5 VERSION = '0.10.0'.freeze
6 end 6 end
7end 7end