diff --git a/package-lock.json b/package-lock.json index 6f765858..ca7062b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,5 @@ { "name": "vanilla-cookieconsent", - "version": "2.6.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "vanilla-cookieconsent", - "version": "2.6.0", - "license": "MIT" - } - } + "version": "2.6.1", + "lockfileVersion": 1 } diff --git a/package.json b/package.json index 5579a962..7cdbdd53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-cookieconsent", - "version": "2.6.0", + "version": "2.6.1", "description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", "main": "dist/cookieconsent.js", "scripts": {