diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-23 00:00:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-23 00:00:49 +0300 |
commit | 507c2927a452a593f340aeac0a220e84c0d97faa (patch) | |
tree | c46f2a37a8cbad11466dd31e5d2a97fd12280f59 | |
parent | 700b1ff70454d4fdc0b4d8bb0d1c1d867cf4db01 (diff) | |
download | eslint-config-0.0.20.tar.xz eslint-config-0.0.20.zip |
Bump versionv0.0.20
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index df90288..1db871d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.19", + "version": "0.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 723305a..6cbc847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.19", + "version": "0.0.20", "description": "Personal ESLint configuration", "main": "index.js", "repository": "git@code.valentineus.link:eslint-config.git", |