diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 00:06:52 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 00:06:52 +0300 |
commit | 2b9c6380f071a3fc6379a41259d9f5198d02be7b (patch) | |
tree | 672e1599d2e3598cf28aa90b1db719c620323e6b | |
parent | ee0e9ca2e4eb350bbefa2da358e3c0b6b13bb1d5 (diff) | |
download | eslint-config-0.0.16.tar.xz eslint-config-0.0.16.zip |
Bump versionv0.0.16
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 559443f..e083b9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.15", + "version": "0.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8120229..14c5419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.15", + "version": "0.0.16", "description": "Personal ESLint configuration", "main": "index.js", "repository": "git@code.valentineus.link:eslint-config.git", |