diff --git a/package-lock.json b/package-lock.json index 8a9ecdd..c76987d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "uniform", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.1", + "version": "0.2.2", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.10.2", diff --git a/package.json b/package.json index 76ed950..d918c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dauta/uniform", - "version": "0.2.1", + "version": "0.2.2", "description": "All in one code linter and formatter for JS and TS", "main": "./index.js", "bin": "./index.js",