diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 12:42:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 12:42:21 +0300 |
commit | 3e94ff5cad07f31e0cecd5f854d29c2a6c8ae9ae (patch) | |
tree | 0fe729b326bbfa737b24c2aba10e8cafde1a10bf | |
parent | 8bff0c29d326e108eed0d749f7e1563f2a5f8183 (diff) | |
download | eslint-config-3e94ff5cad07f31e0cecd5f854d29c2a6c8ae9ae.tar.xz eslint-config-3e94ff5cad07f31e0cecd5f854d29c2a6c8ae9ae.zip |
feat(project): Bump version
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2e5ec8b..6886d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/eslint-config", - "version": "0.0.1", + "version": "0.0.2", "description": "Personal ESLint configuration", "main": "index.js", "repository": "git@code.valentineus.link:eslint-config.git", |