diff --git a/package-lock.json b/package-lock.json index 97a8729..fa66667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ultimaker/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 919d2b9..759fe1e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "@ultimaker/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "description": "ESLint rules for use across Ultimaker web-based products", "main": "index.js", - "files": ["index.js"], + "files": [ + "index.js" + ], "author": "Ultimaker B.V.", "license": "GPL-3.0-or-later", "repository": {