diff --git a/package-lock.json b/package-lock.json index c0481e3f..925b385c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "nth-check", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "2.0.0", "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" diff --git a/package.json b/package.json index c287aab3..a410c951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nth-check", - "version": "1.0.2", + "version": "2.0.0", "description": "Parses and compiles CSS nth-checks to highly optimized functions.", "author": "Felix Boehm ", "license": "BSD-2-Clause",