diff --git a/package-lock.json b/package-lock.json index ad06b43c..fdcec292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-compat", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-compat", - "version": "4.1.2", + "version": "4.1.3", "license": "MIT", "dependencies": { "@mdn/browser-compat-data": "^5.2.47", diff --git a/package.json b/package.json index 524fdc67..9f478bb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-compat", - "version": "4.1.2", + "version": "4.1.3", "description": "Lint browser compatibility of API used", "main": "lib/index.js", "repository": {