diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 10:28:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 10:28:09 +0300 |
commit | a5019ebc60f877c36f16b4a87c0cbd9b48d38873 (patch) | |
tree | 7542259d3a0d22795b2cd42da8fe4f779964b21a | |
parent | 429404c8e2552c0bb882365556ca3285162c6a31 (diff) | |
download | eslint-config-0.0.17.tar.xz eslint-config-0.0.17.zip |
Bump versionv0.0.17
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 500c4d2..f1f44be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c826c88..144acc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.16", + "version": "0.0.17", "description": "Personal ESLint configuration", "main": "index.js", "repository": "git@code.valentineus.link:eslint-config.git", |