diff --git a/package-lock.json b/package-lock.json index e7037ba..9d614ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-tiny-invariant", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ts-tiny-invariant", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "devDependencies": { "@types/jest": "^27.5.1", diff --git a/package.json b/package.json index 2ce18c3..ebf2fb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-tiny-invariant", - "version": "2.0.4", + "version": "2.0.5", "description": "Stricter version of tiny-invariant", "sideEffects": false, "main": "./dist/cjs/index.js",